Completed
Branch master (bcadff)
by Michael
05:30
created
editor.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
 // connect xoops database 
21 21
 // connect xoops database 
22 22
 if ( !include("../../mainfile.php") ) {
23
-    die("XOOPS root path not defined");
23
+	die("XOOPS root path not defined");
24 24
 }
25 25
 $module_dirname = basename( dirname( __FILE__ ) ) ;
26 26
 include(XOOPS_ROOT_PATH."/header.php");
Please login to merge, or discard this patch.
dump.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
 
20 20
 // connect xoops database 
21 21
 if ( !include("../../mainfile.php") ) {
22
-    die("XOOPS root path not defined");
22
+	die("XOOPS root path not defined");
23 23
 }
24 24
 if ( !is_object($xoopsUser) || !is_object($xoopsModule) || !$xoopsUser->isAdmin($xoopsModule->mid()) ) exit( _NOPERM );
25 25
 include(XOOPS_ROOT_PATH."/header.php");
Please login to merge, or discard this patch.