restructure files and folders
This commit is contained in:
parent
75953bcf95
commit
083ba483cc
335 changed files with 1096 additions and 1096 deletions
|
|
@ -20,7 +20,7 @@
|
|||
// Copyright Author Dany De Bontridder danydb@aevalys.eu
|
||||
if (!defined('ALLOWED'))
|
||||
die('Appel direct ne sont pas permis');
|
||||
require_once NOALYSS_INCLUDE.'/class_profile_sql.php';
|
||||
require_once NOALYSS_INCLUDE.'/database/class_profile_sql.php';
|
||||
global $cn;
|
||||
|
||||
//**********************************************
|
||||
|
|
@ -400,7 +400,7 @@ echo '</div>';
|
|||
echo '<div id="detail_profile" class="content">';
|
||||
if (isset($_POST['p_id']))
|
||||
{
|
||||
require_once NOALYSS_INCLUDE.'/ajax_get_profile.php';
|
||||
require_once NOALYSS_INCLUDE.'/ajax/ajax_get_profile.php';
|
||||
?>
|
||||
<script>
|
||||
$('list_profile').hide()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue