restructure files and folders

This commit is contained in:
Dany De Bontridder 2015-09-15 07:26:33 +02:00
parent 75953bcf95
commit 083ba483cc
335 changed files with 1096 additions and 1096 deletions

View file

@ -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()