tinycm diff config.cgi @ rev 32

Warning on first install if content is not writable
author Christophe Lincoln <pankso@slitaz.org>
date Mon Jan 06 20:48:49 2014 +0000 (2014-01-06)
parents af7569371649
children 2f4b9f31ee08
line diff
     1.1 --- a/config.cgi	Wed Apr 11 15:59:21 2012 +0200
     1.2 +++ b/config.cgi	Mon Jan 06 20:48:49 2014 +0000
     1.3 @@ -2,7 +2,7 @@
     1.4  #
     1.5  
     1.6  # CM URL for redirection and RSS
     1.7 -WEB_URL="http://localhost/~pankso/cgi-bin/tinycm/"
     1.8 +WEB_URL="http://localhost/cgi-bin/tinycm/"
     1.9  
    1.10  # Administrator email.
    1.11  ADMIN_MAIL="root@$SERVER_NAME"
    1.12 @@ -20,4 +20,4 @@
    1.13  ONLINE_SIGNUP="yes"
    1.14  
    1.15  # Use Mercurial repo for content and configure user name
    1.16 -HG="yes"
    1.17 +HG="no"