Fixed typo in logout event
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / eventz / upload_data_file.inc
index 6a8f0b39882eb2da3ecc0eb979f38bb929f18f7d..2231b518814360419f8248e099a8fe71bb6fb286 100644 (file)
@@ -10,7 +10,7 @@ return false;
 
                $node_id=$node['node_id'];
                $node_template=$_POST['node_template'];
-               require(SYSTEM_ROOT.'/inc/filez.inc');
+               require(INCLUDE_DIR.'filez.inc');
                $suffix = array_pop(explode('.', basename($_FILES['data_file']['name'])));
                if (!is_dir(FILE_DIR.$_SESSION['user_id'])) {
                                 mkdir(FILE_DIR.$_SESSION['user_id']);
@@ -67,4 +67,4 @@ die();
 
                }
 
-?>
\ No newline at end of file
+?>
This page took 0.100111 seconds and 4 git commands to generate.