diff --git a/index.php b/index.php index a4acd07..a79495e 100644 --- a/index.php +++ b/index.php @@ -35,7 +35,7 @@ function sinirhesap(form)
-

Her gün bir PHP Fonksiyonu Twitter'da. Sende ekle !

+

Her gün bir PHP Fonksiyonu Twitter'da. Sen de ekle !

- \ No newline at end of file + diff --git a/onayla.php b/onayla.php index 89673b5..f3f7634 100644 --- a/onayla.php +++ b/onayla.php @@ -3,13 +3,6 @@ $tID = addslashes(trim($_GET['id'])); $sorgu=mysql_query("UPDATE tweets SET aktive = 1 where tID=".$tID); -if($sorgu) -{ - echo ''; -} -else -{ - echo ''; -} +header('Location: admin.php'); ?>