The UK's Number One VoIP Resource
This is a discussion on Static URL's Added within the News & Announcements forums, part of the UK VoIP Admin Forums category; Added a static URL modification to the forum code so that the site is google friendly!...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Code:
#
#-----[ OPEN ]------------------------------------------
#
includes/sessions.php
#
#-----[ FIND ]------------------------------------------
#
$SID = 'sid=' . $session_id;
#
#-----[ REPLACE WITH ]------------------------------------------
#
if ( $userdata['session_user_id'] != ANONYMOUS ){
$SID = 'sid=' . $session_id;
} else {
$SID = '';
}
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|