Skip to content
Snippets Groups Projects
Commit 2b211109 authored by void's avatar void
Browse files

content type für status korrigiert

parent 84c05683
No related branches found
No related tags found
No related merge requests found
<?php <?php
header('Content-Type: application/json');
$wankerlink = mysql_pconnect('localhost', 'wanker', 'b2SGyye48tJjtjyY', false) or print(mysql_error()); $wankerlink = mysql_pconnect('localhost', 'wanker', 'b2SGyye48tJjtjyY', false) or print(mysql_error());
mysql_select_db('warpzone_wanker', $wankerlink) or print("FehlerS:" . mysql_error()); mysql_select_db('warpzone_wanker', $wankerlink) or print("FehlerS:" . mysql_error());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment