initial commit
This commit is contained in:
parent
379789783a
commit
a94caea707
@ -1,4 +1,4 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
<!DOCTYPE HTML>
|
||||||
<!-- The HTML 4.01 Transitional DOCTYPE declaration-->
|
<!-- The HTML 4.01 Transitional DOCTYPE declaration-->
|
||||||
<!-- above set at the top of the file will set -->
|
<!-- above set at the top of the file will set -->
|
||||||
<!-- the browser's rendering engine into -->
|
<!-- the browser's rendering engine into -->
|
||||||
@ -6,10 +6,10 @@
|
|||||||
<!-- with a "Standards Mode" doctype is supported, -->
|
<!-- with a "Standards Mode" doctype is supported, -->
|
||||||
<!-- but may lead to some differences in layout. -->
|
<!-- but may lead to some differences in layout. -->
|
||||||
|
|
||||||
<html ng-app="bananaraceApp">
|
<html ng-app="bananaraceApp" lang="nl">
|
||||||
<head>
|
<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 -->
|
<!-- enable bootstrap -->
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
<?php
|
<?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);
|
echo pg_last_error($dbconn);
|
||||||
?>
|
?>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user