minor: install add where you are

skala
Laurent Opprecht 14 years ago
parent a8190c13b9
commit cd03a3f565
  1. 2
      main/install/install_files.inc.php
  2. 2
      main/install/update-configuration.inc.php
  3. 2
      main/install/update-files-1.8.8-1.9.0.inc.php

@ -34,5 +34,5 @@ if (defined('SYSTEM_INSTALLATION')) {
//copy(api_get_path(CONFIGURATION_PATH).'auth.conf.dist.php', api_get_path(CONFIGURATION_PATH).'auth.conf.php');
copy(api_get_path(CONFIGURATION_PATH).'portfolio.conf.dist.php', api_get_path(CONFIGURATION_PATH).'portfolio.conf.php');
} else {
echo 'You are not allowed here !';
echo 'You are not allowed here !' . __FILE__;
}

@ -68,5 +68,5 @@ if (defined('SYSTEM_INSTALLATION')) {
fwrite($fh, '?>');
fclose($fh);
} else {
echo 'You are not allowed here !';
echo 'You are not allowed here !'. __FILE__;
}

@ -83,5 +83,5 @@ EOP;
} else {
echo 'You are not allowed here !';
echo 'You are not allowed here !'. __FILE__;
}

Loading…
Cancel
Save