mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
8 lines
227 B
PHP
8 lines
227 B
PHP
<?php
|
|
|
|
/**
|
|
* This script is @deprecated.
|
|
* Please invoke: php index.php ncenterlite.cleanNotifications
|
|
*/
|
|
require_once __DIR__ . '/common.php';
|
|
require_once RX_BASEDIR . 'modules/ncenterlite/scripts/cleanNotifications.php';
|