Browse Source

fix comments

Ralf S. Engelschall 8 years ago
parent
commit
5c51a71579
2 changed files with 3 additions and 3 deletions
  1. 2 2
      yourls/yourls-apache.conf
  2. 1 1
      yourls/yourls.spec

+ 2 - 2
yourls/yourls-apache.conf

@@ -68,7 +68,7 @@ ServerSignature        on
     </Directory>
 </IfModule>
 
-#   configure PHP for ownCloud
+#   configure PHP for YOURLS
 AddType           application/x-httpd-php .php
 php_admin_flag    allow_url_fopen     1
 php_admin_flag    safe_mode           0
@@ -87,7 +87,7 @@ DocumentRoot      @l_prefix@/lib/yourls
 ErrorDocument     404 /index.php
 DirectoryIndex    index.php
 
-#   configure ownCloud application area
+#   configure YOURLS application area
 ExpiresByType     text/html A1
 <Directory        @l_prefix@/lib/yourls>
     Options       -Indexes +FollowSymLinks

+ 1 - 1
yourls/yourls.spec

@@ -32,7 +32,7 @@ Class:        EVAL
 Group:        Web
 License:      MIT
 Version:      1.7.2
-Release:      20170722
+Release:      20170726
 
 #   list of sources
 Source0:      https://github.com/YOURLS/YOURLS/archive/%{version}.tar.gz