Quote:
Originally Posted by MiahBeSmokin420
ya it still works as far as i know
i took it out though cause
|
I am asked to find this in vBTube.php
Code:
if ((!$_GET['do'] || $_GET['do'] == ''))
{
$_GET['do'] = 'featured';
}
Someone show me where that is now???
What I see now is this...
Code:
if ($_GET['do'] == 'featured') {
include("vBTube/includes/featured.php");
}