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