Show sourcecode

The following files exists in this folder. Click to view.

test/incl/

blokket/
blokket2/
byline.php
config.php
default.php
footer.php
header.php
header_original.php
report-aside.php
reports/
style-aside.php
test/

config.php

1 lines UTF-8 Unix (LF)
1
<?php

error_reporting(-1); 

// Kod för att starta en namn-given session:
session_name(preg_replace('/[:\.\/-_]/', '', __FILE__));
session_start();

$pageTimeGeneration = microtime(true); // Addad för att kunna beräkna tiden det tar att generera en sida.

include_once(dirname(__FILE__) . "/../src/common.php");
include_once(dirname(__FILE__) . "/../src/login.php");

// Viable logins:
$userAccount = "nicolas";
$userPassword = userPassword("password");

?>