old mode 100644
new mode 100755
File was renamed from server/plugins-available/shelluser_plugin.inc.php |
| | |
| | | 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'; |
| | | |
| | | |
| | | /* |
| | |
| | | } else { |
| | | $app->log("UID = $uid for shelluser:".$data['new']['username']." not allowed.",LOGLEVEL_ERROR); |
| | | } |
| | | |
| | | } |
| | | |
| | | function delete($event_name,$data) { |