First version of the newly restructured repository

Este commit está contenido en:
Giulio Cesare Solaroli
2011-10-03 00:56:18 +01:00
padre 597ecfbc02
commit ef68436ac0
Se han modificado 729 ficheros con 232898 adiciones y 0 borrados

15
backend/php/src/test.php Archivo normal
Ver fichero

@@ -0,0 +1,15 @@
<?php
// $Id: index.php,v 1.0 2004/05/11 11:11:11 phppp(D.J.) Exp $
// Copyright (c) 2004 INFOphp.com //
// ---------------------------------------------------------------- //
// This program is distributed in the hope that it will be useful, //
// but WITHOUT ANY WARRANTY; without even the implied warranty of //
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the //
// GNU General Public License for more details. //
// ---------------------------------------------------------------- //
// include "infophp.inc";
// echo infophp::phpinfo();
echo phpinfo();
?>