@@ -2327,7 +2327,9 @@ function argc() {
}
function argv($x) {
return get_app()->argv[$x];
if(array_key_exists($x,get_app()->argv))
return '';
function dba_timer() {
The note is not visible to the blocked user.