mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-20 13:24:01 -07:00
Fixed code-style in some files
This commit is contained in:
parent
79cacad216
commit
e398657b20
5 changed files with 11 additions and 11 deletions
|
@ -146,13 +146,13 @@ class Sessions
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Start user session on page header
|
* Start user session on page header
|
||||||
* @deprecated
|
|
||||||
*
|
|
||||||
* @param string $user_ip
|
* @param string $user_ip
|
||||||
* @param int $page_id
|
* @param int $page_id
|
||||||
* @param bool $req_login
|
* @param bool $req_login
|
||||||
*
|
*
|
||||||
* @return array
|
* @return array
|
||||||
|
* @deprecated
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
public static function session_pagestart($user_ip = USER_IP, $page_id = 0, $req_login = false)
|
public static function session_pagestart($user_ip = USER_IP, $page_id = 0, $req_login = false)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue