k_neurons fix
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / filez.inc
index d068cae33c113a901ba5e0876d0b651ae33cfd2f..5ca65c93c77d4bf06ac5c70f31d083b0727e60f5 100644 (file)
@@ -15,7 +15,7 @@ public static function files($id) {
 // Function that check if given filename is "secure" (for uploading)
 // Dont use for reading files, directory traversal is not checked
 
-public static function filename_secure(name){
+public static function filename_secure($name){
        $suffix = array_pop(explode('.', basename($name)));
        
        // This is unfornately blacklist
This page took 0.122652 seconds and 4 git commands to generate.