mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-03-09 15:02:43 +08:00
9 lines
99 B
PHP
9 lines
99 B
PHP
|
|
<?php
|
||
|
|
if(!defined('IN_DZZ')) {
|
||
|
|
exit('Access Denied');
|
||
|
|
}
|
||
|
|
|
||
|
|
class CException extends Exception{
|
||
|
|
|
||
|
|
}
|
||
|
|
?>
|