Change version number
This commit is contained in:
parent
9b100f7051
commit
313cf57207
2
base.php
2
base.php
|
@ -6,7 +6,7 @@
|
||||||
* @author Sébastien Lucas <sebastien@slucas.fr>
|
* @author Sébastien Lucas <sebastien@slucas.fr>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
define ("VERSION", "0.0.4");
|
define ("VERSION", "0.1.0");
|
||||||
|
|
||||||
function getURLParam ($name, $default = NULL) {
|
function getURLParam ($name, $default = NULL) {
|
||||||
if (!empty ($_GET) && isset($_GET[$name])) {
|
if (!empty ($_GET) && isset($_GET[$name])) {
|
||||||
|
|
Loading…
Reference in a new issue