Пример #1
0
<?php

$path = dirname(realpath($argv[0]));
if (chdir($path)) {
    if (count($argv) > 1) {
        $_SERVER['REMOTE_USER'] = $argv[1];
    }
    require_once './accounts.php';
    $acc = accountManager::load();
    $acc->checkAuto();
}
Пример #2
0
<?php

$theSettings->registerPlugin($plugin["name"], $pInfo["perms"]);
require_once "accounts.php";
$em = accountManager::load();
if ($em === false) {
    $em = new accountManager();
}
$em->obtain();
$jResult .= $em->get();