PATH:
home
/
letacommog
/
letaweb
/
admin
/
classes
<?php class WebApplication extends CWebApplication { var $mainSiteConfig = array(); var $isMainSite = false; var $builderMode = false; var $website_type=''; var $website_name=''; var $self_domain=false; var $configParams = array(); public function runComponent($function, &$params) { $components = $this->getComponents(false); $userDefined = (is_array($this->configParams) && !empty($this->configParams['components']) && is_array($this->configParams['components'])) ? $this->configParams['components']: array(); foreach($components as $component=>$v) { if(isset($this->$component) && isset($userDefined[$component]) && method_exists($this->$component,$function)) { $this->$component->$function($params); } } } public function init() { parent::init(); $this->mainSiteConfig = require(dirname(__FILE__).'/../../mainsite_config.php'); //print_r( $this->mainSiteConfig); } public function configure($config) { parent::configure($config); if(is_array($config)) { $this->configParams = $config; } } public function processRequest() { $params = array(); $this->runComponent('before_processRequest', $params); parent::processRequest(); $this->runComponent('after_processRequest', $params); } }
[+]
..
[+]
php-jwt
[-] Blowfish.php
[edit]
[+]
socialEmbed
[+]
mailchimp
[+]
swiftMailer
[-] CMS_Rewrite.php
[edit]
[+]
hosting
[-] general.php
[edit]
[-] ScreenShot.php
[edit]
[-] UrlManager.php
[edit]
[+]
payments
[-] Configuration.php
[edit]
[+]
twig-renderer-master
[-] Functions.php
[edit]
[+]
twig
[+]
addons
[+]
hoauth
[-] package.xml
[edit]
[-] PController.php
[edit]
[-] ETwigViewRenderer.php
[edit]
[+]
htmlpurifier
[-] Randomness.php
[edit]
[-] CSSParser.php
[edit]
[-] Mail.php
[edit]
[-] Rijndael.php
[edit]
[+]
components
[+]
rss
[-] WebApplication.php
[edit]
[-] passwordhash.php
[edit]
[-] DLDatabaseHelper.php
[edit]
[+]
Exceptions