diff options
Diffstat (limited to 'paste/config.php')
-rw-r--r-- | paste/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paste/config.php b/paste/config.php index 49117eb..801e28b 100644 --- a/paste/config.php +++ b/paste/config.php @@ -35,7 +35,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. $config = array( // This is the domain where this pastebin is running - 'site_domain' => 'www.example.net', + 'site_domain' => 'http://' . $_SERVER["SERVER_NAME"], // This is the part after the domain where this pastebin will be found. 'site_path' => '/paste/', |