aboutsummaryrefslogtreecommitdiff
path: root/net/torrentflux/files/patch-html+admin.php
diff options
context:
space:
mode:
Diffstat (limited to 'net/torrentflux/files/patch-html+admin.php')
-rw-r--r--net/torrentflux/files/patch-html+admin.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/net/torrentflux/files/patch-html+admin.php b/net/torrentflux/files/patch-html+admin.php
deleted file mode 100644
index 4ebbd05d3d52..000000000000
--- a/net/torrentflux/files/patch-html+admin.php
+++ /dev/null
@@ -1,12 +0,0 @@
---- html/admin.php.orig Fri Sep 30 19:40:51 2005
-+++ html/admin.php Sun Oct 2 01:48:40 2005
-@@ -212,6 +212,9 @@
- case "mysql":
- $sCommand = "mysqldump -h ".$cfg["db_host"]." -u ".$cfg["db_user"]." --password=".$cfg["db_pass"]." --all -f ".$cfg["db_name"]." > ".$sql_file;
- break;
-+ case "sqlite":
-+ $sCommand = "sqlite ".$cfg["db_host"]." .dump > ".$sql_file;
-+ break;
- default:
- // no support for backup-on-demand.
- $sCommand = "";