|
|
if ($infotoggle[$_SESSION["adminid"]]) {
$dismissdate = $infotoggle[$_SESSION["adminid"]];
$lastupdate = curlCall( "http://api.mtimer.cn/whmcs/popup/popup.php", "lastupdate=1", array( "CURLOPT_TIMEOUT" => "5" ) );
$addonmodulesperms = unserialize( $CONFIG["AddonModulesPerms"] );
$this->assign( "datepickerformat", str_replace( array( "DD", "MM", "YYYY" ), array( "dd", "mm", "yy" ), $CONFIG["DateFormat"] ) ); |
|