[geeklog-cvs] geeklog: Disable plugin install for now

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Oct 12 10:17:37 EDT 2008


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/3eced35867ba
changeset: 6449:3eced35867ba
user:      Dirk Haun <dirk at haun-online.de>
date:      Sun Oct 12 15:39:38 2008 +0200
description:
Disable plugin install for now

diffstat:

1 file changed, 2 insertions(+), 1 deletion(-)
public_html/admin/install/install-plugins.php |    3 ++-

diffs (20 lines):

diff -r b46a2e7f3eb3 -r 3eced35867ba public_html/admin/install/install-plugins.php
--- a/public_html/admin/install/install-plugins.php	Sun Oct 12 13:15:01 2008 +0200
+++ b/public_html/admin/install/install-plugins.php	Sun Oct 12 15:39:38 2008 +0200
@@ -453,6 +453,7 @@
     case 2:
 
         $error = 0;
+/*
         foreach ($_POST['plugins'] as $plugin) {
 
             if ($plugin['install'] == 'on') { // If the plugin was selected to be installed
@@ -512,7 +513,7 @@
             }
 
         }
-
+*/
         // Done!
 //            $display .= '<p>Done doing stuff</p>' . LB;
         header('Location: success.php?language=' . $language);



More information about the geeklog-cvs mailing list