0byt3m1n1-V2
Path:
/
home
/
nlpacade
/
www
/
client
/
plugins
/
contact
/
[
Home
]
File: contact_admin.php
<?php include_once(realpath(dirname(__FILE__)) . "../fonctions/authplugins.php"); autorisation("contact"); if(isset($_REQUEST["vue"])) $vue = $_REQUEST["vue"]; else $vue = ""; switch($vue){ case "view": include_once(realpath(dirname(__FILE__)) . "/view.php"); break; default: include_once(realpath(dirname(__FILE__)) . "/listing.php"); break; }
©
2018.