Version avec modules séparés !
This commit is contained in:
18
modules/todo/includes/getProjectsList.php
Normal file
18
modules/todo/includes/getProjectsList.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?
|
||||
|
||||
$xmla = simplexml_load_file('../db/todoist.xml');
|
||||
|
||||
if($xmla->token== '' || $xmla->token == null)
|
||||
|
||||
header('Location: install-todoist.php');
|
||||
|
||||
if($xmla->name == '' || $xmla->name == null):?>
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<style>
|
||||
.selectableProject{text-decoration:underline; color:blue; cursor:pointer;}
|
||||
</style>
|
||||
<title>Todoist : getProjects</title>
|
Reference in New Issue
Block a user