Ajout de la fonctionnalité d'upload de module.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?␍
|
||||
$xmla = simplexml_load_file('../db/todoist.xml');␍
|
||||
if($xmla->token== '' || $xmla->token == null)␍
|
||||
header('Location: ./');␍
|
||||
header('Location: install-todoist.php');␍
|
||||
if($xmla->id != '' || $xmla->id != null): ␍
|
||||
$token = $xmla->token;␍
|
||||
$id = $xmla->id;?>␍
|
||||
|
||||
Reference in New Issue
Block a user