Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Free Torrent Source (http://www.bvlist.com/forumdisplay.php?f=25)
-   -   [FIX] Faulty vars in functions.php (http://www.bvlist.com/showthread.php?t=4061)

benjaminbih 26th December 2009 15:09

[FIX] Faulty vars in functions.php
 
Hi Folks,
/incldue/functions.php

There are more lines that have faulty vars.
search for

PHP Code:

$lang->global

in your comlete functions.php maybe in other files too.
And replace in thoose lines all between
PHP Code:



and
PHP Code:



by a string of youre choose.

Example: Maybe instead of
PHP Code:

$message $lang->global['redirect']; 

replace by
PHP Code:

$message "Redirect"

dont forgett to quote your strings with "


All times are GMT +2. The time now is 02:02.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.