From edc166459b6e231cb152a92b70c19563f08accb6 Mon Sep 17 00:00:00 2001 From: Laurent Opprecht Date: Mon, 2 Jul 2012 16:34:42 +0200 Subject: [PATCH] minor: install add where you are --- main/install/update-db-1.6.x-1.8.0.inc.php | 2 +- main/install/update-db-1.8.0-1.8.2.inc.php | 2 +- main/install/update-db-1.8.2-1.8.3.inc.php | 2 +- main/install/update-db-1.8.3-1.8.4.inc.php | 2 +- main/install/update-db-1.8.4-1.8.5.inc.php | 2 +- main/install/update-db-1.8.5-1.8.6.inc.php | 2 +- main/install/update-db-1.8.6-1.8.6.1.inc.php | 2 +- main/install/update-db-1.8.6.1-1.8.6.2.inc.php | 2 +- main/install/update-db-1.8.6.2-1.8.7.inc.php | 2 +- main/install/update-db-1.8.7-1.8.8.inc.php | 2 +- main/install/update-db-1.8.8-1.9.0.inc.php | 2 +- main/install/update-files-1.6.x-1.8.0.inc.php | 2 +- main/install/update-files-1.8.3-1.8.4.inc.php | 2 +- main/install/update-files-1.8.4-1.8.5.inc.php | 2 +- main/install/update-files-1.8.5-1.8.6.inc.php | 2 +- main/install/update-files-1.8.6-1.8.6.1.inc.php | 2 +- main/install/update-files-1.8.6.1-1.8.6.2.inc.php | 2 +- main/install/update-files-1.8.6.2-1.8.7.inc.php | 2 +- main/install/update-files-1.8.7-1.8.8.inc.php | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/main/install/update-db-1.6.x-1.8.0.inc.php b/main/install/update-db-1.6.x-1.8.0.inc.php index 2a1dee7fc2..3dc71d9e2c 100644 --- a/main/install/update-db-1.6.x-1.8.0.inc.php +++ b/main/install/update-db-1.6.x-1.8.0.inc.php @@ -534,5 +534,5 @@ if (defined('SYSTEM_INSTALLATION')) { } } else { - echo 'You are not allowed here !'; + echo 'You are not allowed here !' . __FILE__; } diff --git a/main/install/update-db-1.8.0-1.8.2.inc.php b/main/install/update-db-1.8.0-1.8.2.inc.php index ec2d7f4646..10e5e0decf 100644 --- a/main/install/update-db-1.8.0-1.8.2.inc.php +++ b/main/install/update-db-1.8.0-1.8.2.inc.php @@ -208,5 +208,5 @@ if (defined('SYSTEM_INSTALLATION')) { } } else { - echo 'You are not allowed here !'; + echo 'You are not allowed here !' . __FILE__; } diff --git a/main/install/update-db-1.8.2-1.8.3.inc.php b/main/install/update-db-1.8.2-1.8.3.inc.php index c087d5b3fd..d19e93756d 100644 --- a/main/install/update-db-1.8.2-1.8.3.inc.php +++ b/main/install/update-db-1.8.2-1.8.3.inc.php @@ -207,6 +207,6 @@ if (defined('SYSTEM_INSTALLATION')) { } else { - echo 'You are not allowed here !'; + echo 'You are not allowed here !' . __FILE__; } diff --git a/main/install/update-db-1.8.3-1.8.4.inc.php b/main/install/update-db-1.8.3-1.8.4.inc.php index 1d10486c87..6e300e8048 100644 --- a/main/install/update-db-1.8.3-1.8.4.inc.php +++ b/main/install/update-db-1.8.3-1.8.4.inc.php @@ -260,6 +260,6 @@ if (defined('SYSTEM_INSTALLATION')) { } else { - echo 'You are not allowed here !'; + echo 'You are not allowed here !' . __FILE__; } diff --git a/main/install/update-db-1.8.4-1.8.5.inc.php b/main/install/update-db-1.8.4-1.8.5.inc.php index 94fcab57ac..f76e351fe0 100644 --- a/main/install/update-db-1.8.4-1.8.5.inc.php +++ b/main/install/update-db-1.8.4-1.8.5.inc.php @@ -278,6 +278,6 @@ if (defined('SYSTEM_INSTALLATION')) { } else { - echo 'You are not allowed here !'; + echo 'You are not allowed here !' . __FILE__; } diff --git a/main/install/update-db-1.8.5-1.8.6.inc.php b/main/install/update-db-1.8.5-1.8.6.inc.php index 29849fefe8..3b99f7d92f 100644 --- a/main/install/update-db-1.8.5-1.8.6.inc.php +++ b/main/install/update-db-1.8.5-1.8.6.inc.php @@ -1141,6 +1141,6 @@ if (defined('SYSTEM_INSTALLATION')) { } else { - echo 'You are not allowed here !'; + echo 'You are not allowed here !' . __FILE__; } diff --git a/main/install/update-db-1.8.6-1.8.6.1.inc.php b/main/install/update-db-1.8.6-1.8.6.1.inc.php index 944915dc28..416cd191ff 100644 --- a/main/install/update-db-1.8.6-1.8.6.1.inc.php +++ b/main/install/update-db-1.8.6-1.8.6.1.inc.php @@ -259,6 +259,6 @@ if (defined('SYSTEM_INSTALLATION')) { } else { - echo 'You are not allowed here !'; + echo 'You are not allowed here !' . __FILE__; } diff --git a/main/install/update-db-1.8.6.1-1.8.6.2.inc.php b/main/install/update-db-1.8.6.1-1.8.6.2.inc.php index 85b501309c..e4bad24269 100644 --- a/main/install/update-db-1.8.6.1-1.8.6.2.inc.php +++ b/main/install/update-db-1.8.6.1-1.8.6.2.inc.php @@ -344,6 +344,6 @@ if (defined('SYSTEM_INSTALLATION')) { } else { - echo 'You are not allowed here !'; + echo 'You are not allowed here !' . __FILE__; } diff --git a/main/install/update-db-1.8.6.2-1.8.7.inc.php b/main/install/update-db-1.8.6.2-1.8.7.inc.php index f6971c139b..0a7b83aa3b 100644 --- a/main/install/update-db-1.8.6.2-1.8.7.inc.php +++ b/main/install/update-db-1.8.6.2-1.8.7.inc.php @@ -555,5 +555,5 @@ if (defined('SYSTEM_INSTALLATION')) { } } else { - echo 'You are not allowed here !'; + echo 'You are not allowed here !' . __FILE__; } diff --git a/main/install/update-db-1.8.7-1.8.8.inc.php b/main/install/update-db-1.8.7-1.8.8.inc.php index de6e304c9b..cd16b134a0 100644 --- a/main/install/update-db-1.8.7-1.8.8.inc.php +++ b/main/install/update-db-1.8.7-1.8.8.inc.php @@ -405,5 +405,5 @@ if (defined('SYSTEM_INSTALLATION')) { } */ } else { - echo 'You are not allowed here !'; + echo 'You are not allowed here !' . __FILE__; } diff --git a/main/install/update-db-1.8.8-1.9.0.inc.php b/main/install/update-db-1.8.8-1.9.0.inc.php index b7a42878e2..af01cfc5c8 100755 --- a/main/install/update-db-1.8.8-1.9.0.inc.php +++ b/main/install/update-db-1.8.8-1.9.0.inc.php @@ -639,7 +639,7 @@ if (defined('SYSTEM_INSTALLATION')) { } } } else { - echo 'You are not allowed here !'; + echo 'You are not allowed here !' . __FILE__; } function check_work($folder_id, $work_url, $work_table, $base_work_dir) { diff --git a/main/install/update-files-1.6.x-1.8.0.inc.php b/main/install/update-files-1.6.x-1.8.0.inc.php index b9525a7240..a4b6502a8f 100644 --- a/main/install/update-files-1.6.x-1.8.0.inc.php +++ b/main/install/update-files-1.6.x-1.8.0.inc.php @@ -147,5 +147,5 @@ if (defined('SYSTEM_INSTALLATION')) { rename($updatePath . 'claroline/upload/video', $pathForm . 'main/upload/video'); } else { - echo 'You are not allowed here !'; + echo 'You are not allowed here !' . __FILE__; } diff --git a/main/install/update-files-1.8.3-1.8.4.inc.php b/main/install/update-files-1.8.3-1.8.4.inc.php index 1d08ed24d7..048a22b32b 100644 --- a/main/install/update-files-1.8.3-1.8.4.inc.php +++ b/main/install/update-files-1.8.3-1.8.4.inc.php @@ -53,6 +53,6 @@ if (defined('SYSTEM_INSTALLATION')) { } else { - echo 'You are not allowed here !'; + echo 'You are not allowed here !' . __FILE__; } diff --git a/main/install/update-files-1.8.4-1.8.5.inc.php b/main/install/update-files-1.8.4-1.8.5.inc.php index 21e5a4792d..179c401d31 100644 --- a/main/install/update-files-1.8.4-1.8.5.inc.php +++ b/main/install/update-files-1.8.4-1.8.5.inc.php @@ -53,6 +53,6 @@ if (defined('SYSTEM_INSTALLATION')) { } else { - echo 'You are not allowed here !'; + echo 'You are not allowed here !' . __FILE__; } diff --git a/main/install/update-files-1.8.5-1.8.6.inc.php b/main/install/update-files-1.8.5-1.8.6.inc.php index 2f27733b45..b267a05d58 100644 --- a/main/install/update-files-1.8.5-1.8.6.inc.php +++ b/main/install/update-files-1.8.5-1.8.6.inc.php @@ -117,5 +117,5 @@ if (defined('SYSTEM_INSTALLATION')) { } } else { - echo 'You are not allowed here !'; + echo 'You are not allowed here !' . __FILE__; } diff --git a/main/install/update-files-1.8.6-1.8.6.1.inc.php b/main/install/update-files-1.8.6-1.8.6.1.inc.php index f3fdfd08b9..79100af115 100644 --- a/main/install/update-files-1.8.6-1.8.6.1.inc.php +++ b/main/install/update-files-1.8.6-1.8.6.1.inc.php @@ -61,6 +61,6 @@ if (defined('SYSTEM_INSTALLATION')) { } else { - echo 'You are not allowed here !'; + echo 'You are not allowed here !' . __FILE__; } diff --git a/main/install/update-files-1.8.6.1-1.8.6.2.inc.php b/main/install/update-files-1.8.6.1-1.8.6.2.inc.php index 0ad9dab364..f21ec576d1 100644 --- a/main/install/update-files-1.8.6.1-1.8.6.2.inc.php +++ b/main/install/update-files-1.8.6.1-1.8.6.2.inc.php @@ -84,5 +84,5 @@ if (defined('SYSTEM_INSTALLATION')) { } } else { - echo 'You are not allowed here !'; + echo 'You are not allowed here !' . __FILE__; } diff --git a/main/install/update-files-1.8.6.2-1.8.7.inc.php b/main/install/update-files-1.8.6.2-1.8.7.inc.php index bf1c00373f..fa8537fa96 100644 --- a/main/install/update-files-1.8.6.2-1.8.7.inc.php +++ b/main/install/update-files-1.8.6.2-1.8.7.inc.php @@ -72,6 +72,6 @@ if (defined('SYSTEM_INSTALLATION')) { } else { - echo 'You are not allowed here !'; + echo 'You are not allowed here !' . __FILE__; } diff --git a/main/install/update-files-1.8.7-1.8.8.inc.php b/main/install/update-files-1.8.7-1.8.8.inc.php index 500974ad35..82b35a1c5d 100644 --- a/main/install/update-files-1.8.7-1.8.8.inc.php +++ b/main/install/update-files-1.8.7-1.8.8.inc.php @@ -72,6 +72,6 @@ if (defined('SYSTEM_INSTALLATION')) { } else { - echo 'You are not allowed here !'; + echo 'You are not allowed here !' . __FILE__; }