aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2026-06-25 23:40:19 +0200
committerpolo <ordipolo@gmx.fr>2026-06-25 23:41:01 +0200
commitde2488b7a45f63e128a4f2f393e1040323837a62 (patch)
tree0c0f9fddd1e685272f1824a870de29f29fad08e6 /bin
parent0ee622e0adafad3ee7a5afbcdcc519c7cca544d6 (diff)
downloadcms-de2488b7a45f63e128a4f2f393e1040323837a62.tar.gz
cms-de2488b7a45f63e128a4f2f393e1040323837a62.tar.bz2
cms-de2488b7a45f63e128a4f2f393e1040323837a62.zip
oups!
Diffstat (limited to 'bin')
-rwxr-xr-xbin/restore_db.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/restore_db.php b/bin/restore_db.php
index baa1e67..c54aaa9 100755
--- a/bin/restore_db.php
+++ b/bin/restore_db.php
@@ -15,7 +15,7 @@ if($argc === 2){
15 } 15 }
16 } 16 }
17 $file_name = pathinfo($argv[1])['basename']; 17 $file_name = pathinfo($argv[1])['basename'];
18 $file_data = '../' . file_get_contents($argv[1]); 18 $file_data = file_get_contents($argv[1]);
19} 19}
20 20
21chdir(dirname(__FILE__)); // /chemin/absolu/bin/restore_db.php 21chdir(dirname(__FILE__)); // /chemin/absolu/bin/restore_db.php