minor fixes and cleanups in the scripts directory
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user