1
0
의 미러 http://git.whoc.org.uk/git/password-manager.git synced 2025-10-31 19:27:34 +01:00

First version of the newly restructured repository

This commit is contained in:
Giulio Cesare Solaroli
2011-10-03 00:56:18 +01:00
부모 597ecfbc02
커밋 ef68436ac0
729개의 변경된 파일232898개의 추가작업 그리고 0개의 파일을 삭제

15
backend/php/src/test.php Normal file
파일 보기

@@ -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();
?>