2012-03-22 17:43:22 -04:00
|
|
|
<?php
|
2020-02-18 00:09:56 -05:00
|
|
|
|
2012-05-11 18:34:59 -04:00
|
|
|
#################################################################
|
|
|
|
# Copyright notice
|
|
|
|
#
|
2013-07-07 10:28:34 -04:00
|
|
|
# (c) 2013 Jérôme Schneider <mail@jeromeschneider.fr>
|
2012-05-11 18:34:59 -04:00
|
|
|
# All rights reserved
|
|
|
|
#
|
2019-04-19 04:35:31 -04:00
|
|
|
# http://sabre.io/baikal
|
2012-05-11 18:34:59 -04:00
|
|
|
#
|
|
|
|
# This script is part of the Baïkal Server project. The Baïkal
|
|
|
|
# Server project is free software; you can redistribute it
|
|
|
|
# and/or modify it under the terms of the GNU General Public
|
|
|
|
# License as published by the Free Software Foundation; either
|
|
|
|
# version 2 of the License, or (at your option) any later version.
|
|
|
|
#
|
|
|
|
# The GNU General Public License can be found at
|
|
|
|
# http://www.gnu.org/copyleft/gpl.html.
|
|
|
|
#
|
|
|
|
# This script is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU General Public License for more details.
|
|
|
|
#
|
|
|
|
# This copyright notice MUST APPEAR in all copies of the script!
|
|
|
|
#################################################################
|
2012-03-22 17:43:22 -04:00
|
|
|
|
2024-03-20 15:35:32 -04:00
|
|
|
define("BAIKAL_VERSION", "0.9.5");
|
2023-02-11 04:14:23 -05:00
|
|
|
define("BAIKAL_HOMEPAGE", "https://sabre.io/baikal/");
|