From de2488b7a45f63e128a4f2f393e1040323837a62 Mon Sep 17 00:00:00 2001 From: polo Date: Thu, 25 Jun 2026 23:40:19 +0200 Subject: oups! --- bin/restore_db.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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){ } } $file_name = pathinfo($argv[1])['basename']; - $file_data = '../' . file_get_contents($argv[1]); + $file_data = file_get_contents($argv[1]); } chdir(dirname(__FILE__)); // /chemin/absolu/bin/restore_db.php -- cgit v1.2.3