]> jfr.im git - uguu.git/blobdiff - static/php/includes/Core.namespace.php
Update Core.namespace.php
[uguu.git] / static / php / includes / Core.namespace.php
index b4b9c2cc26fcd899b6e2d02952ec6ed1a45f5247..142e5bf6dbdc46c7781ff339b286d3e7b4c1d204 100644 (file)
@@ -51,7 +51,6 @@ namespace Core {
 
         public static int $NAME_LENGTH;
         public static string $ID_CHARSET;
-        public static array $DOUBLE_DOTS;
         public static array $BLOCKED_EXTENSIONS;
         public static array $BLOCKED_MIME;
 
@@ -85,7 +84,6 @@ namespace Core {
                 self::$ID_CHARSET = $settings_array['ID_CHARSET'];
                 self::$BLOCKED_EXTENSIONS = $settings_array['BLOCKED_EXTENSIONS'];
                 self::$BLOCKED_MIME = $settings_array['BLOCKED_MIME'];
-                self::$DOUBLE_DOTS = $settings_array['DOUBLE_DOTS'];
             } catch (Exception) {
                 throw new Exception('Cant populate settings.', 500);
             }