HEX
Server: Apache
System: Linux dev.epsylon.net 3.10.0-1160.144.1.el7.tuxcare.els2.x86_64 #1 SMP Sun Feb 15 11:22:42 UTC 2026 x86_64
User: nexper (1054)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/nexper/public_html/crm/custom/modules/Administration/Reschedule_admin.php
<?php
if (!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');

if(!is_admin($GLOBALS['current_user']) ) sugar_die($GLOBALS['app_strings']['ERR_NOT_ADMIN']);

?>
<p>
<table class="other view">
<tr>
	<td scope="row"><?php echo SugarThemeRegistry::current()->getImage('Repair','align="absmiddle" border="0"',null,null,'.gif',$mod_strings['LBL_RESCHEDULE_REBUILD']); ?>&nbsp;<a href="./index.php?module=Administration&action=Reschedule_repair"><?php echo $mod_strings['LBL_RESCHEDULE_REBUILD']; ?></a></td>
	<td> <?php echo $mod_strings['LBL_RESCHEDULE_REBUILD_DESC'] ; ?> </td>
</tr>
</table></p>