From d73ec0fc14e8610861d88e9a893a4aadf7839556 Mon Sep 17 00:00:00 2001 From: niekt0 Date: Wed, 20 Oct 2010 00:21:12 +0200 Subject: [PATCH] config fix --- README | 11 ----------- sms_payment.php | 12 ------------ 2 files changed, 23 deletions(-) delete mode 100644 README delete mode 100644 sms_payment.php diff --git a/README b/README deleted file mode 100644 index 789acaa..0000000 --- a/README +++ /dev/null @@ -1,11 +0,0 @@ -#Kyberia README - -##Kyberia - * This repository contains sources of Kyberia.sk website. - * See http://kyberia.sk/ and http://kyberia.cz/ for more. - -##COPYING - * everything in this repository - * is protected by copyright of it's respective author(s) - * is licensed as specified in COPYING file in root of this repository - * can be licensed somehow else if other licence was specified by author diff --git a/sms_payment.php b/sms_payment.php deleted file mode 100644 index 19c8b5d..0000000 --- a/sms_payment.php +++ /dev/null @@ -1,12 +0,0 @@ -query("insert into sms_payment set user_id='$user_id',amount='$amount'"); - -?> -- 2.30.2