관리-도구
편집 파일: config.adminNotifications.php
<?php /** * @package admin * @copyright Copyright 2003-2018 Zen Cart Development Team * @copyright Portions Copyright 2003 osCommerce * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0 * @version $Id: Zcwilt Thu Nov 1 17:28:42 2018 +0000 New in v1.5.6 $ */ if (!defined('IS_ADMIN_FLAG')) { die('Illegal Access'); } $autoLoadConfig[0][] = array( 'autoType'=>'class', 'loadFile'=>'AdminNotifications.php', 'classPath'=> DIR_FS_ADMIN . DIR_WS_CLASSES );