ProShell v2.0
Dashboard
Server Info
Server: 158.106.128.192
PHP: 8.2.33
home
planet5
public_html
bansibaba.com
2026-09-12 19:23:35
Editing: notifications.php
Cancel
Save Changes
<?php class am4Notifications extends am4Plugin{ protected $_notifications = array(); function action_AdminNotices(){ foreach($this->getAll() as $n){ echo "<div class='updated fade'>".$n."</div>"; } } function getAll(){ return $this->_notifications; } function add($notice){ $this->_notifications[] = $notice; } function init(){ parent::init(); foreach(get_class_methods($this) as $m){ if(preg_match("/^notification.*/", $m)){ $r = call_user_func(array($this, $m)); if($r) $this->add($r); } } } /// Notifications here; function notification_Suhosin(){ /* if(ini_get('suhosin.session.encrypt')) return __('IMPORTANT: Your system have suhosin.session.encrypt setting set to On in php.ini. This setting must be disabled!').'<br/>'. __('Add this line to your public_html/.htaccess file: <b>php_flag suhosin.session.encrypt Off</b> in order to disable it').'</br>'. __('Or contact hosting support if this does not help'); */ } } ?>
Upload Files
Cancel
Upload
Create New
Cancel
Create
Change Permissions
Cancel
Save
Change Date
Cancel
Save
Rename Item
Cancel
Save
Confirm Delete
Are you sure you want to delete the selected items?
Cancel
Delete