daniel
2008-06-06 6a95c89ed619c3c261a09a17f43a31dd8cc4047e
server/plugins-available/shelluser_base_plugin.inc.php
old mode 100644 new mode 100755
File was renamed from server/plugins-available/shelluser_plugin.inc.php
@@ -28,10 +28,10 @@
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
class shelluser_plugin {
class shelluser_base_plugin {
   
   var $plugin_name = 'shelluser_plugin';
   var $class_name = 'shelluser_plugin';
   var $plugin_name = 'shelluser_base_plugin';
   var $class_name = 'shelluser_base_plugin';
   
      
   /*
@@ -102,7 +102,6 @@
      } else {
         $app->log("UID = $uid for shelluser:".$data['new']['username']." not allowed.",LOGLEVEL_ERROR);
      }
   }
   
   function delete($event_name,$data) {