Example #1
0
<?php

require_once dirname(__FILE__) . "/../../config.inc";
require_once "{$path_prefix}/db/Dal/Dal.php";
require_once "{$path_prefix}/ext/PingServer/PingServer.php";
if ($_POST) {
    $PingServer = new PingServer();
    $PingServer->set_params($_POST);
    $PingServer->save();
}