-=[ Mr. Bumblebee ]=-
_Indonesia_
<?php
switch ( $total['mode'] )
{
// base info
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 ;
case 'modify' : $phpfile = $total['design'] . '/skn.modify.php' ; $skinfile = $total['design'] . '/action.html' ; break ;
# case 'write' : $phpfile = $total['design'] . '/skn.write.php' ; $skinfile = $total['design'] . '/action.html' ; break ;
case 'view' : $phpfile = $total['design'] . '/skn.view.php' ; $skinfile = $total['design'] . '/view.html' ; break ;
default : $phpfile = $total['design'] . '/skn.list.php' ; $skinfile = $total['design'] . '/list.html' ; break ;
}
?>
Copyright © 2017 || Recoded By Mr.Bumblebee