UpdateDatabase.php
authorEdward <edward@roojs.com>
Wed, 22 May 2013 07:12:55 +0000 (15:12 +0800)
committerEdward <edward@roojs.com>
Wed, 22 May 2013 07:12:55 +0000 (15:12 +0800)
UpdateDatabase.php

index fd9b9a6..ceb60b4 100644 (file)
@@ -25,6 +25,13 @@ class Pman_Core_UpdateDatabase extends Pman
             'min' => 1,
             'max' => 1,
         ),
+        'prefix' => array(
+            'desc' => 'prefix for the passwrod',
+            'short' => 'p',
+            'default' => '',
+            'min' => 1,
+            'max' => 1,
+        ),
         
     );