| Current Path : /var/www/html/cisuenolar.sumar.com.py/wp-content/plugins/peepso/classes/ |
| Current File : /var/www/html/cisuenolar.sumar.com.py/wp-content/plugins/peepso/classes/locationajax.php |
<?php
class PeepSoLocationAjax extends PeepSoAjaxCallback
{
private static $_peepsolocation = NULL;
protected function __construct()
{
parent::__construct();
self::$_peepsolocation = PeepSoLocation::get_instance();
}
}
// EOF