| | |
| | | if(is_array($modules)) { |
| | | foreach($modules as $mt) { |
| | | if(is_file(ISPC_WEB_PATH.'/'.$mt.'/lib/remote.conf.php')) { |
| | | include(ISPC_WEB_PATH."/$mt/lib/remote.conf.php"); |
| | | include ISPC_WEB_PATH."/$mt/lib/remote.conf.php"; |
| | | } |
| | | } |
| | | } |
| | |
| | | 'width' => 100, |
| | | 'template' => "templates/remote_user_edit.htm", |
| | | 'fields' => array ( |
| | | ################################## |
| | | # Begin Datatable fields |
| | | ################################## |
| | | //################################# |
| | | // Begin Datatable fields |
| | | //################################# |
| | | 'remote_userid' => array ( |
| | | 'datatype' => 'INTEGER', |
| | | 'formtype' => 'SELECT', |
| | |
| | | 'cols' => '30' |
| | | ) |
| | | |
| | | ################################## |
| | | # ENDE Datatable fields |
| | | ################################## |
| | | //################################# |
| | | // ENDE Datatable fields |
| | | //################################# |
| | | ) |
| | | ); |
| | | |