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 3dee814..727952c 100644 --- a/paste/config.php +++ b/paste/config.php @@ -46,7 +46,7 @@ $config = array( // This is the path of the URL that will be generated for sharing (allows // shorter URLs to be used if you've set something up on your web server // to support this. - // short_results_path' => 'http://www.example.net/p/' + 'short_results_path' => 'http://' . $_SERVER["SERVER_NAME"] . '/', // Change this to a unique value 'token_salt' => 'saltsaltsalt', |