2 Days Premium

michaeliden2103

New Member
YetiShare User
Jan 15, 2013
2
0
0
Hello,

where i can change the days of premium?

if i change days to 2 in
Code:
<?php
$days = array(2, 30, 90, 180, 365);
?>

The price is 0
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
Hi,

Go into the database and open the 'site_config' table. Find the record with 'config_key' = 'cost_for_7_days_premium'. Amend this to 'cost_for_2_days_premium'.

Regards,
Adam.