prestashop get admin details from outside

<?php
include_once('../config/config.inc.php');
include_once('../config/settings.inc.php');
include_once('../classes/Cookie.php');
$cookie = new Cookie('psAdmin');

print_r($cookie);
?>

 

Author: bm on January 10, 2014
Category: php, prestashop

Your comment:

Your Name

Comment:




Last articles