
| Path : /var/www/html/zbk_20220209_admin/idx/ |
| Current File : /var/www/html/zbk_20220209_admin/idx/gift.php |
<?php
switch ( $total['mode'] )
{
case 'delete' : $phpfile = $total['design'] . '/act.delete.php' ; break;
case 'update' : $phpfile = $total['design'] . '/act.update.php' ; break;
case 'insert' : $phpfile = $total['design'] . '/act.insert.php' ; break;
default : $phpfile = $total['design'] . '/skn.list.php' ; $skinfile = $total['design'] . '/list.html' ; break;
}
?>