Laurent Opprecht 12 years ago
parent
commit
77ea65fc2f

+ 1 - 1
main/install/install_files.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__;
 }

+ 1 - 1
main/install/update-configuration.inc.php

@@ -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__;
 }

+ 1 - 1
main/install/update-files-1.8.8-1.9.0.inc.php

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