mirror of
https://github.com/zyx0814/dzzoffice.git
synced 2025-04-04 22:33:37 +08:00
9 lines
99 B
PHP
9 lines
99 B
PHP
<?php
|
|
if(!defined('IN_DZZ')) {
|
|
exit('Access Denied');
|
|
}
|
|
|
|
class CException extends Exception{
|
|
|
|
}
|
|
?>
|