Jump to content

$config_basedir


gaugeboson

Recommended Posts

So this is my basedir:

$config_basedir = "http://localhost/sites/auction/";

 

Now if I want to put some something here what exactly would I save the php file as?

 

my config.php file is :

 

<?php

 

$dbhost = "localhost";

$dbuser = "";

$dbpassword = "";

$dbdatabase = "auction";

 

$config_basedir = "http://localhost/sites/auction/";

 

$config_currency = "$";

?>

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.