Skip to content
Snippets Groups Projects
Commit 13a0e3d3 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

remove test on starting page

parent 784ff975
No related branches found
No related tags found
1 merge request!43Shell plugins: Process viewer and load
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* *
*/ */
$sApproot=dirname(__DIR__); $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/"); header("location: /deployment/all/login/");
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment