]> git.p6c8.net - jirafeau_project.git/blobdiff - lib/settings.php
Fix previous commit by adding forgotten files
[jirafeau_project.git] / lib / settings.php
index 7d9db2fb879246ede04deb1d126e7d7331ecfff2..477e9c703a9c6079d3f2ae87525fa6f08ee6b859 100644 (file)
  *  You should have received a copy of the GNU Affero General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
-// Jirafeau constants
+/* Jirafeau constants */
 define ('JIRAFEAU_PACKAGE', 'Jirafeau');
-define ('JIRAFEAU_VERSION', '0.4');
-
-// directories
+define ('JIRAFEAU_VERSION', '0.9');
 
+/* Directories. */
 define ('VAR_FILES', $cfg['var_root'] . 'files/');
 define ('VAR_LINKS', $cfg['var_root'] . 'links/');
 
-// useful constants
+/* Useful constants. */
 if (!defined ('NL'))
     define ('NL', "\n");
 

patrick-canterino.de