corrade-http-templates

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 6  →  ?path2? @ 76
/topScripts/topScripts.php
@@ -13,7 +13,8 @@
###########################################################################
 
require_once('config.php');
require_once('functions.php');
require_once('vendor/was/utilities/src/formats/kvp/kvp.php');
require_once('vendor/was/utilities/src/formats/csv/csv.php');
 
###########################################################################
## INTERNALS ##
@@ -54,7 +55,13 @@
)
);
if($success == 'False') {
echo 'Unable to query the top scripts.';
echo 'Unable to query the top scripts: '
.urldecode(
wasKeyValueGet(
"error",
$return
)
);
die;
}