Created
September 18, 2013 13:33
-
-
Save emulsion-io/6609200 to your computer and use it in GitHub Desktop.
Charger la session de CodeIgniter dans CKFinder.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ob_start(); | |
include('/home/webmaster/public_html/client/mylov4/index.php'); | |
ob_end_clean(); | |
function CheckAuthentication() | |
{ | |
$CI =& get_instance(); | |
$CI->load->library('session'); | |
if($CI->session->userdata('connect') !== FALSE){ | |
return TRUE; | |
} | |
return FALSE; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do it actually work when compression is on?