Skip to content
Snippets Groups Projects
Commit f14b1641 authored by Alvaro Graves's avatar Alvaro Graves
Browse files

Check if settings.inc.php exists in the first place

parent 0074514d
No related branches found
No related tags found
No related merge requests found
<?
if(!file_exists('settings.inc.php')){
echo 'Need to configure slodps first. Please run "install.sh" first';
exit(0);
}
include_once('common.inc.php');
include_once('classes/Utils.php');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment