]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - lib/settings.php
Forgeted install.php ... shame ... ;)
[jirafeau_mojo42.git] / lib / settings.php
index 7d9db2fb879246ede04deb1d126e7d7331ecfff2..da00c6394d89db255bc39d4e68d963fb347dd120 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/>.
  */
  *  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_PACKAGE', 'Jirafeau');
-define ('JIRAFEAU_VERSION', '0.4');
-
-// directories
+define ('JIRAFEAU_VERSION', '1.0');
 
 
+/* Directories. */
 define ('VAR_FILES', $cfg['var_root'] . 'files/');
 define ('VAR_LINKS', $cfg['var_root'] . 'links/');
 
 define ('VAR_FILES', $cfg['var_root'] . 'files/');
 define ('VAR_LINKS', $cfg['var_root'] . 'links/');
 
-// useful constants
+/* Useful constants. */
 if (!defined ('NL'))
     define ('NL', "\n");
 
 if (!defined ('NL'))
     define ('NL', "\n");
 

patrick-canterino.de