Changeset 47977 in spip-zone for _plugins_/plugin-thelia/auth/thelia.php
- Timestamp:
- May 21, 2011, 10:09:54 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/plugin-thelia/auth/thelia.php
r47334 r47977 24 24 25 25 spip_log("thelia2 $login " . ($pass ? "mdp fourni" : "mdp absent"). ($md5pass ? "md5mdp fourni" : "md5mdp absent")); 26 if (!file_exists( "fonctions/moteur.php") ) {26 if (!file_exists(_RACINE_THELIA."fonctions/moteur.php") ) { 27 27 spip_log("fichier thelia trouve"); 28 28 return array(); … … 36 36 $res =" foo "; 37 37 ob_start(); 38 include_once( 'fonctions/moteur.php');38 include_once(_RACINE_THELIA.'fonctions/moteur.php'); 39 39 ob_end_clean(); 40 40 //include_once('classes/Client.class.php');
Note: See TracChangeset
for help on using the changeset viewer.