Skip to content
Snippets Groups Projects

Shell plugins: Process viewer and load

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -4,7 +4,7 @@
*
*/
$sApproot=dirname(__DIR__);
if (file_exists($sApproot.'/config/config_custom.php_') && file_exists($sApproot.'/config/inc_user2roles.php')){
if (file_exists($sApproot.'/config/config_custom.php') && file_exists($sApproot.'/config/inc_user2roles.php')){
header("location: /deployment/all/login/");
}
Loading