hjkhghopjkertteerterterterertertrtoirh
bnmbertsurhetertertertertertertertpdf'tdfg
/
srv
/
www
/
virtual
/
dev1.wccweb.jp.dac4.biz
/
web
/
biva.webapp
/
site
/
app
/
admin
/
Upload FileeE
HOME
<?php /** * admin/error.php * * @author Mitsutoshi Nakamura <mitsutoshi.nakamura.jp@gmail.com> * @since 2011/02/01 * @version PHP version 5 * @package BIVA */ require(BV_APPROOT . 'site/app/admin/_core.php'); class error extends core { public function __construct() { parent::__construct(); } public function pageIndex() { //$this->biva->setCss('hoge'); //$this->biva->setJs('hoge'); $this->biva->view(); } public function pagePrivilege() { $this->biva->view(); } }