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