| Current Path : /var/www/rustam/data/www/xn--d1aifpbankex.xn--p1ai/ |
| Current File : /var/www/rustam/data/www/xn--d1aifpbankex.xn--p1ai/wa.php |
#!/usr/bin/php
<?php
if (PHP_SAPI !== 'cli') {
die("Run from CLI only!");
}
require_once dirname(__FILE__).'/wa-config/SystemConfig.class.php';
$wa = waSystem::getInstance(null, new SystemConfig('cli'));
// Replace script name
array_splice($_SERVER['argv'], 1, 0, 'webasyst');
// Run CLI
$wa->dispatchCli($_SERVER['argv']);