Ignore:
Timestamp:
Mar 21, 2010, 1:32:49 PM (14 years ago)
Author:
nikrou
Message:

Feature 1522 : move database config file to local directory
(include/config_database.inc.php becomes local/config/database.inc.php)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/pwg_rel_create.sh

    r4669 r5213  
    3232svn export http://piwigo.org/svn/tags/$tag piwigo
    3333
    34 # creating config_database.inc.php empty and writeable
    35 touch piwigo/include/config_database.inc.php
    36 chmod a+w piwigo/include/config_database.inc.php
     34# creating database.inc.php empty and writeable
     35touch piwigo/local/config/database.inc.php
     36chmod a+w piwigo/local/config/database.inc.php
    3737
    3838zip -r $name.zip piwigo
Note: See TracChangeset for help on using the changeset viewer.