Subversion Repositories eFlore/Applications.cel

Rev

Rev 1802 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1802 Rev 1803
Line 49... Line 49...
49
// could be defined by the API::auth()
49
// could be defined by the API::auth()
50
if(isset($options['P']) || isset($options['phpsessid'])) {
50
if(isset($options['P']) || isset($options['phpsessid'])) {
51
	define('COOKIE', isset($options['P']) ? $options['P'] : $options['phpsessid']);
51
	define('COOKIE', isset($options['P']) ? $options['P'] : $options['phpsessid']);
52
}
52
}
Line 53... Line 53...
53
 
53
 
54
//require_once('api.php');
-
 
Line 55... Line 54...
55
require_once('api-old.php');
54
require_once('api.php');
56
 
55
 
57
if(!auth()) {
56
if(!auth()) {