Update of /cvsroot/phpslash/phpslash-dev/public_html
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16324/phpslash-dev/public_html
Modified Files:
config-dist.ini.php config_setup.ini.php
Log Message:
User Blog support
Index: config-dist.ini.php
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/public_html/config-dist.ini.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** config-dist.ini.php 6 Sep 2004 01:34:30 -0000 1.12
--- config-dist.ini.php 6 Sep 2004 01:38:30 -0000 1.13
***************
*** 507,513 ****
;; headlines (the actual mailing is handled elsewhere; see the file
;; cronmail.php
! ;; MailingList = mailinglist
;; PHPlist
! Newsletters = phplist
;; Provide a container for small bits of HTML to be incorporated into
;; side columns of pages.
--- 507,513 ----
;; headlines (the actual mailing is handled elsewhere; see the file
;; cronmail.php
! MailingList = mailinglist
;; PHPlist
! ;Newsletters = phplist
;; Provide a container for small bits of HTML to be incorporated into
;; side columns of pages.
Index: config_setup.ini.php
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/public_html/config_setup.ini.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** config_setup.ini.php 6 Sep 2004 01:34:30 -0000 1.8
--- config_setup.ini.php 6 Sep 2004 01:38:30 -0000 1.9
***************
*** 507,513 ****
;; headlines (the actual mailing is handled elsewhere; see the file
;; cronmail.php
! ;; MailingList = mailinglist
;; PHPlist
! Newsletters = phplist
;; Provide a container for small bits of HTML to be incorporated into
;; side columns of pages.
--- 507,513 ----
;; headlines (the actual mailing is handled elsewhere; see the file
;; cronmail.php
! MailingList = mailinglist
;; PHPlist
! ; Newsletters = phplist
;; Provide a container for small bits of HTML to be incorporated into
;; side columns of pages.
|