Browse Source

Merge branch 'master' of https://github.com/babolivier/isen-rentree

LaurentTreguier 10 years ago
parent
commit
a018aaec88
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      models/data.class.php

+ 1
- 1
models/data.class.php View File

1
 <?php
1
 <?php
2
 
2
 
3
-require_once("connector.class.php");
3
+require_once(dirname(__DIR__)."connector.class.php");
4
 
4
 
5
 class Data {
5
 class Data {
6
     private $identifiant;
6
     private $identifiant;