X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/ef06cd797d4f91e83b1e3e69d815ff3e6c773ace..be0e8b0e4cf5fd12cde0517e4b355bbc0633096a:/lib/settings.php diff --git a/lib/settings.php b/lib/settings.php index 7d9db2f..477e9c7 100644 --- a/lib/settings.php +++ b/lib/settings.php @@ -16,16 +16,15 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ -// 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");