From 45fa17793f2fe3bcfd09db5b9417e76bad0feda1 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sun, 2 May 2004 23:46:51 +0000 Subject: [PATCH] bug 8757 missing file --- html/test.php | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 html/test.php diff --git a/html/test.php b/html/test.php new file mode 100644 index 000000000..067126f9b --- /dev/null +++ b/html/test.php @@ -0,0 +1,46 @@ + + +__LINE__ test has failed !!!"); + +} +if ( ($Res=ExecSql($a,"select * from ac_users") ) == false ) { + exit ("

__LINE__ test has failed !!!

"); +} +echo "

Congratulation : Test successfull

"; +?>