summaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/catalog.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/admin/catalog.php b/admin/catalog.php
index 3700600d..f60f6789 100644
--- a/admin/catalog.php
+++ b/admin/catalog.php
@@ -171,6 +171,13 @@ switch ($_REQUEST['action']) {
$body = '';
show_confirmation($title,$body,$url);
break;
+ case 'update_from':
+ if (Config::get('demo_mode')) { break; }
+ // First see if we need to do an add
+ if ($_POST['add_path'] != '/' AND strlen($_POST['add_path'])) {
+
+ }
+ break;
case 'add_catalog':
/* Wah Demo! */
if (Config::get('demo_mode')) { break; }