Your IP : 216.73.216.95


Current Path : /var/www/alh/system/soconfig/classes/
Upload File :
Current File : /var/www/alh/system/soconfig/classes/soconfig_tools.php

<?php

 class SoconfigTools{
  
  public $registry; 
 
   public function __construct($registry){
     $this->registry = $registry;
   }
   
 }