Fixed upload_data_file, TODO update
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / eventz / add.inc
index 0345383c2e25afd608739de6defa3bf2c558a7b1..83ea201f764cf68b962814363fa09e3d89656760 100644 (file)
@@ -91,7 +91,7 @@ function add() {
 
     if ($node_system_access=='crypto') {
 
-    require(SYSTEM_ROOT.'/inc/crypto.inc');
+    require(INCLUDE_DIR.'crypto.inc');
 
     if ($_SESSION['crypto'][$node_parent]) {
     $key=$_SESSION['crypto'][$node_parent];
This page took 0.08181 seconds and 4 git commands to generate.