Suppression fichiers inutiles
This commit is contained in:
parent
364f2c050b
commit
7cd64da43e
|
@ -1,12 +0,0 @@
|
|||
STATIQUES
|
||||
- un utilisateur
|
||||
- une machine
|
||||
- un evenement -> journal
|
||||
|
||||
|
||||
DYNAMIQUES
|
||||
- options (utilisation des STATIQUES par cle etrangere)
|
||||
|
||||
|
||||
MODELE
|
||||
|
23
test.php
23
test.php
|
@ -1,23 +0,0 @@
|
|||
<?php define('__ROOT__', dirname(__FILE__));
|
||||
require_once __ROOT__.'/manager/autoloader.php';
|
||||
|
||||
ini_set('display_errors',1);
|
||||
ini_set('display_startup_errors',1);
|
||||
error_reporting(-1);
|
||||
|
||||
|
||||
|
||||
// $url = 'http://'.$_SERVER['HTTP_HOST'].'/config/modules.json';
|
||||
// echo file_get_contents($url);
|
||||
// Warning: file_get_contents(http://stefproject.xdrm.fr/config/modules.json): failed to open stream: HTTP request failed! HTTP/1.1 412 Precondition Failed in /var/www/vhosts/xdrm.fr/stefproject/test.php on line 10
|
||||
|
||||
|
||||
// $url = 'http://'.urlencode($_SERVER['HTTP_HOST'].'/config/modules.json');
|
||||
// echo file_get_contents($url);
|
||||
// Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /var/www/vhosts/xdrm.fr/stefproject/test.php on line 15 Warning: file_get_contents(http://stefproject.xdrm.fr%2Fconfig%2Fmodules.json): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /var/www/vhosts/xdrm.fr/stefproject/test.php on line 15
|
||||
|
||||
|
||||
$url = 'f/json/modules/conf';
|
||||
var_dump( \manager\ResourceDispatcher::getResource($url) );
|
||||
|
||||
?>
|
Loading…
Reference in New Issue