?
Path : /home/admin/domains/happytokorea.com/public_html/modules/profile/ |
Current File : /home/admin/domains/happytokorea.com/public_html/modules/profile/action.php |
<?php $msg=$_GET['msg']; if($msg!=""){echo msg_feedback($msg);} require_once('mod.php'); $profile=new profile; require_once('mod_n.php'); $profile_n=new profile_n; switch($ac){ case edit_profile: $profile_n->save(); break; default: require_once('com_edit_profile.php'); break; } ?>