Version bump: v0.7.0
Signed-off-by: ArthurHoaro <arthur@hoa.ro>
This commit is contained in:
parent
3fdcc7bd47
commit
c01bd08eaf
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Shaarli v0.6.5 - Shaare your links...
|
* Shaarli v0.7.0 - Shaare your links...
|
||||||
*
|
*
|
||||||
* The personal, minimalist, super-fast, no-database Delicious clone.
|
* The personal, minimalist, super-fast, no-database Delicious clone.
|
||||||
*
|
*
|
||||||
|
@ -126,7 +126,7 @@
|
||||||
/*
|
/*
|
||||||
* PHP configuration
|
* PHP configuration
|
||||||
*/
|
*/
|
||||||
define('shaarli_version', '0.6.5');
|
define('shaarli_version', '0.7.0');
|
||||||
|
|
||||||
// http://server.com/x/shaarli --> /shaarli/
|
// http://server.com/x/shaarli --> /shaarli/
|
||||||
define('WEB_PATH', substr($_SERVER["REQUEST_URI"], 0, 1+strrpos($_SERVER["REQUEST_URI"], '/', 0)));
|
define('WEB_PATH', substr($_SERVER["REQUEST_URI"], 0, 1+strrpos($_SERVER["REQUEST_URI"], '/', 0)));
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
<?php /* 0.6.5 */ ?>
|
<?php /* 0.7.0 */
|
||||||
|
|
Loading…
Reference in a new issue