Server IP : 103.11.96.170 / Your IP : 18.223.97.137 Web Server : Microsoft-IIS/10.0 System : Windows NT WIN-F6SLGVICLOP 10.0 build 17763 (Windows Server 2016) AMD64 User : elibrary.unsap.ac.id ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF Directory (0777) : D:/localhost/elibrary/admin/default/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php /** * Copyright (C) 2007,2008 Arie Nugraha (dicarve@yahoo.com) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ $menu[] = array('Header', __('Shortcut')); $menu['user-profile'] = array(__('Change User Profiles'), MWB.'system/app_user.php?changecurrent=true&action=detail', __('Change Current User Profiles and Password')); $menu[] = array(__('Shortcut Setting'), MWB.'system/shortcut.php', __('Shortcut Setting')); /* if (utility::havePrivilege('bibliography', 'r') AND utility::havePrivilege('bibliography', 'w')) { $menu[] = array(__('Add New Bibliography'), MWB.'bibliography/index.php?action=detail', __('Add New Bibliographic Data/Catalog')); } if (utility::havePrivilege('circulation', 'r') AND utility::havePrivilege('circulation', 'w')) { $menu[] = array(__('Start Transaction'), MWB.'circulation/index.php?action=start', __('Start Circulation Transaction Proccess')); } if (utility::havePrivilege('circulation', 'r') AND utility::havePrivilege('circulation', 'w')) { $menu[] = array(__('Quick Return'), MWB.'circulation/quick_return.php', __('Quick Return Collection')); } if (utility::havePrivilege('membership', 'r') AND utility::havePrivilege('membership', 'w')) { $menu[] = array(__('Add New Member'), MWB.'membership/index.php?action=detail', __('Add New Library Member Data')); } */