Files
oc-server3/htdocs/api/ping.php
following 22e98f5e00 docs and utils cleanup / update / lib2-ports
and added cache name trimming, see util2/cache_repairnames/repairnames.cpp
2013-07-17 17:21:10 +02:00

9 lines
174 B
PHP

<?php
$opt['rootpath'] = '../';
require($opt['rootpath'] . 'lib2/web.inc.php');
header('Content-type: text/html; charset=utf-8');
echo sql_value("SELECT NOW()","");
?>