<?php include_once('ressources/class.templates.inc'); include_once('ressources/class.ldap.inc'); include_once('ressources/class.users.menus.inc'); $usersmenus=new usersMenus(); if($usersmenus->AsArticaAdministrator==true){}else{header('location:users.index.php');exit;} if(isset($_GET["tab"])){main_switch();exit;} if(isset($_GET["ajaxmenu"])){echo popup();exit;} if(isset($_GET["js"])){main_ajax();exit;} if(isset($_GET["AdressBookPopup"])){echo AdressBookPopup();exit;} if(isset($_GET["EnableRemoteAddressBook"])){AdressBookPopup_save();exit;} page(); function page(){ $page=CurrentPageName(); $usersmenus=new usersMenus(); if($usersmenus->AsArticaAdministrator==true){}else{header('location:users.index.php');exit;} $sys=new systeminfos(); $distri=$sys->ditribution_name; $html=" <div class=caption>Distribution: <strong>$distri</strong> Kernel: $sys->kernel_version LIBC: $sys->libc_version</div> <table style='width:600px' align=center> <tr> <td width=1% valign='top'> <table> <tr>
exit; } if (isset($_GET["ajaxmenu"])) { echo popup(); exit; } if (isset($_GET["js"])) { main_ajax(); exit; } if (isset($_GET["AdressBookPopup"])) { echo AdressBookPopup(); exit; } if (isset($_GET["EnableRemoteAddressBook"])) { AdressBookPopup_save(); exit; } page(); function network_js() { $page = CurrentPageName(); $html = "LoadAjax('BodyContent','{$page}?tab=network&newinterface=yes');"; echo $html; } function page() { $page = CurrentPageName(); $usersmenus = new usersMenus(); if ($usersmenus->AsArticaAdministrator == true) { } else {