diff urlredirect.php.txt @ 468:6c999a7ac6d9

Delete trailing whitespace.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 01 Jul 2018 18:57:00 +0300
parents 30bb894cfb58
children
line wrap: on
line diff
--- a/urlredirect.php.txt	Wed May 09 20:04:44 2018 +0300
+++ b/urlredirect.php.txt	Sun Jul 01 18:57:00 2018 +0300
@@ -10,7 +10,7 @@
  * 2) In this example we assume that your short URL prefix is:
  *    http://example.com/u/
  *    This setting is called urllog_shorturl_prefix in urllog.tcl
- * 
+ *
  * 3) Place this PHP script under your www-server root. In this
  *    example we will use "/var/www/urlredirect.php" that is
  *    visible as http://example.com/urlredirect.php
@@ -22,7 +22,7 @@
  *    RewriteEngine on
  *    RewriteRule ^u/([^\?\&]+)$ /urlredirect.php?u=$1
  *
- * 5) You may need to restart/reload your www-server. 
+ * 5) You may need to restart/reload your www-server.
  *
  * 6) Profit.
  */