initial commit

This commit is contained in:
Thomas 2015-09-16 22:31:12 +02:00
parent 379789783a
commit a94caea707
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!DOCTYPE HTML>
<!-- The HTML 4.01 Transitional DOCTYPE declaration-->
<!-- above set at the top of the file will set -->
<!-- the browser's rendering engine into -->
@ -6,10 +6,10 @@
<!-- with a "Standards Mode" doctype is supported, -->
<!-- but may lead to some differences in layout. -->
<html ng-app="bananaraceApp">
<html ng-app="bananaraceApp" lang="nl">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<!-- <meta http-equiv="content-type" content="text/html; charset=UTF-8"> -->
<meta charset="utf-8">
<!-- enable bootstrap -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">

View File

@ -1,4 +1,4 @@
<?php
$dbconn = pg_connect("host=localhost port=5432 dbname=race user=postgres password=915015");
$dbconn = pg_connect("host=192.168.0.150 port=5432 dbname=race user=postgres password=915015");
echo pg_last_error($dbconn);
?>