minor fixes and cleanups in the scripts directory

This commit is contained in:
Mikael Nordfeldth
2013-09-18 00:25:11 +02:00
parent b62ac2544b
commit f00949946b
6 changed files with 9 additions and 108 deletions

View File

@@ -27,7 +27,6 @@ if (isset($_SERVER) && array_key_exists('REQUEST_METHOD', $_SERVER)) {
}
define('STATUSNET', true);
define('LACONICA', true); // compatibility
// Set various flags so we don't time out on long-running processes
@@ -243,4 +242,4 @@ function printfv()
$format = array_shift($args);
return vprintf($format, $args);
}
}