config fix
authorniekt0 <niekt0@kyberia.cz>
Tue, 19 Oct 2010 22:21:12 +0000 (00:21 +0200)
committerHarvie <tomas@mudrunka.cz>
Sun, 24 Oct 2010 01:43:03 +0000 (03:43 +0200)
README [deleted file]
sms_payment.php [deleted file]

diff --git a/README b/README
deleted file mode 100644 (file)
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 (file)
index 19c8b5d..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-require('config/config.inc');
-require('inc/database.inc');
-
-$db = new CLASS_DATABASE();
-$amount = $_GET['price'];
-preg_match("/kyberia ([0-9]*)/",$_GET['text'],$matched);
-$user_id=$matched[1];
-
-$db->query("insert into sms_payment set user_id='$user_id',amount='$amount'");
-
-?>
This page took 0.13898 seconds and 4 git commands to generate.