define('CURLE_OPERATION_TIMEDOUT', CURLE_OPERATION_TIMEOUTED);
}
-/**
- * @brief Used to end the current process, after saving session state.
- * @deprecated
- */
-function killme()
-{
- exit();
-}
-
/**
* @brief Returns the user id of locally logged in user or false.
*
Hook::callAll('photo_post_end', $item_id);
- // addon uploaders should call "killme()" [e.g. exit] within the photo_post_end hook
+ // addon uploaders should call "exit()" within the photo_post_end hook
// if they do not wish to be redirected
DI::baseUrl()->redirect($_SESSION['photo_return']);
/// @todo Move the following functions from boot.php
/*
- function killme()
function local_user()
function public_contact()
function remote_user()
*/
public function testApiOauthRequestToken()
{
- $this->markTestIncomplete('killme() kills phpunit as well');
+ $this->markTestIncomplete('exit() kills phpunit as well');
}
/**
*/
public function testApiOauthAccessToken()
{
- $this->markTestIncomplete('killme() kills phpunit as well');
+ $this->markTestIncomplete('exit() kills phpunit as well');
}
/**