Syntax Error >_<
This commit is contained in:
parent
4dd7b69522
commit
c223a38433
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ function create_from_opml($opml) {
|
|||
**/
|
||||
function versionCheck() {
|
||||
$versionfile = 'version';
|
||||
$lastestUrl = 'https://raw.github.com/mitsukarenai/Projet-Autoblog/tree/master/0.3/version'
|
||||
$lastestUrl = 'https://raw.github.com/mitsukarenai/Projet-Autoblog/tree/master/0.3/version';
|
||||
|
||||
if( file_get_contents($versionfile) != file_get_contents($lastestUrl) ) {
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue