Explorar el Código

Merge pull request #586 from own3mall/master

Reference Path Directly from Script Location
OwN-3m-All hace 4 años
padre
commit
40d4150c2c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      includes/lib_remote.php

+ 1 - 1
includes/lib_remote.php

@@ -22,7 +22,7 @@
  *
  */
 
-require_once("Crypt/XXTEA.php");
+require_once(__DIR__ . "/../Crypt/XXTEA.php");
 
 // Screen type for servers
 define("OGP_SCREEN_TYPE_HOME","HOME");