File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
management/languages/fr_FR.UTF-8/LC_MESSAGES Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ private static function _versionCompare()
5353 public function __construct ()
5454 {
5555 self ::_versionCompare ();
56- define ('FOG_VERSION ' , '1.5.10.1720 ' );
56+ define ('FOG_VERSION ' , '1.5.10.1721 ' );
5757 define ('FOG_SCHEMA ' , 273 );
5858 define ('FOG_BCACHE_VER ' , 141 );
5959 define ('FOG_CLIENT_VERSION ' , '0.13.0 ' );
Original file line number Diff line number Diff line change @@ -4991,8 +4991,8 @@ msgstr "Snapin ajouté !"
49914991
49924992msgid "Snapin file is too big, increase post_max_size in php.ini."
49934993msgstr ""
4994- "Le fichier Snapin est trop gros, augmentez post_max_size dans le fichier php. "
4995- "ini."
4994+ "Le fichier Snapin est trop gros, augmentez post_max_size dans le fichier "
4995+ "php. ini."
49964996
49974997msgid "Snapin is invalid"
49984998msgstr "Snapin n'est pas valide"
Original file line number Diff line number Diff line change 2020 * @link https://fogproject.org
2121 */
2222require '../commons/base.inc.php ' ;
23- FOGCore::checkAuthAndCSRF ();
2423session_write_close ();
2524ignore_user_abort (true );
2625set_time_limit (0 );
2726header ('Content-Type: text/event-stream ' );
2827
2928if (isset ($ _POST ['url ' ])) {
3029 // Prevent an unauthenticated user from making arbitrary requests.
30+ FOGCore::checkAuthAndCSRF ();
31+
3132 $ url = filter_input (INPUT_POST , 'url ' );
3233 if (!$ url || !filter_var ($ url , FILTER_VALIDATE_URL )) {
3334 http_response_code (400 );
You can’t perform that action at this time.
0 commit comments