Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function sinirhesap(form)
<body>

<div id="page-wrap">
<p>Her gün bir PHP Fonksiyonu Twitter'da. Sende ekle !</p>
<p>Her gün bir PHP Fonksiyonu Twitter'da. Sen de ekle !</p>

<?php
if(!empty($_POST))
Expand Down Expand Up @@ -96,4 +96,4 @@ function sinirhesap(form)
</div>
</div>
</body>
</html>
</html>
9 changes: 1 addition & 8 deletions onayla.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@
$tID = addslashes(trim($_GET['id']));
$sorgu=mysql_query("UPDATE tweets SET aktive = 1 where tID=".$tID);

if($sorgu)
{
echo '<META HTTP-EQUIV="Refresh" Content="0; URL=admin.php">';
}
else
{
echo '<META HTTP-EQUIV="Refresh" Content="0; URL=admin.php">';
}
header('Location: admin.php');

?>