]> jfr.im git - uguu.git/blobdiff - static/php/includes/Core.namespace.php
no more double dots
[uguu.git] / static / php / includes / Core.namespace.php
index b4b9c2cc26fcd899b6e2d02952ec6ed1a45f5247..e183a016a61f7cb4447975313b7012d74570e9f6 100644 (file)
@@ -85,7 +85,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);
             }