Compare commits

...

2 Commits

21 changed files with 21 additions and 21 deletions

View File

@ -1,5 +1,5 @@
<?php
$dir = array_diff(scandir("./"), array('..','.','index.php','common.php'));
$dir = array_diff(scandir("./"), array('..','.','index.php'));
$modul = substr($_SERVER['REQUEST_URI'],-2,1);

View File

@ -1,4 +1,4 @@
<?php include 'common.php'; ?><!DOCTYPE html>
<?php include '../common.php'; ?><!DOCTYPE html>
<html lang="no">
<head>
<title><?=title();?></title>

View File

@ -1,4 +1,4 @@
<?php include 'common.php'; ?><!DOCTYPE html>
<?php include '../common.php'; ?><!DOCTYPE html>
<html lang="no">
<head>
<title><?=title();?></title>

View File

@ -1,4 +1,4 @@
<?php include 'common.php'; ?><!DOCTYPE html>
<?php include '../common.php'; ?><!DOCTYPE html>
<html lang="no">
<head>
<title><?=title();?></title>

View File

@ -1,4 +1,4 @@
<?php include 'common.php'; ?><!DOCTYPE html>
<?php include '../common.php'; ?><!DOCTYPE html>
<html lang="no">
<head>
<title><?=title();?></title>

View File

@ -1,4 +1,4 @@
<?php include 'common.php'; ?><!DOCTYPE html>
<?php include '../common.php'; ?><!DOCTYPE html>
<html lang="no">
<head>
<title><?=title();?></title>

View File

@ -1,4 +1,4 @@
<?php include 'common.php'; header('Content-Type: text/html; charset=utf-8'); ?><!DOCTYPE html>
<?php include '../common.php'; header('Content-Type: text/html; charset=utf-8'); ?><!DOCTYPE html>
<html lang="no">
<head>
<title><?=title();?></title>

View File

@ -1,4 +1,4 @@
<?php include 'common.php'; ?><!DOCTYPE html>
<?php include '../common.php'; ?><!DOCTYPE html>
<html lang="no">
<head>
<title><?=title();?></title>

View File

@ -1,4 +1,4 @@
<?php include 'common.php'; ?><!DOCTYPE html>
<?php include '../common.php'; ?><!DOCTYPE html>
<html lang="no">
<head>
<title><?=title();?></title>

View File

@ -1,4 +1,4 @@
<?php include 'common.php'; ?><!DOCTYPE html>
<?php include '../common.php'; ?><!DOCTYPE html>
<html lang="no">
<head>
<title><?=title();?></title>

View File

@ -1,4 +1,4 @@
<?php include 'common.php'; ?><!DOCTYPE html>
<?php include '../common.php'; ?><!DOCTYPE html>
<html lang="no">
<head>
<title><?=title();?></title>

View File

@ -1,4 +1,4 @@
<?php include 'common.php'; ?><!DOCTYPE html>
<?php include '../common.php'; ?><!DOCTYPE html>
<html lang="no">
<head>
<title><?=title();?></title>

View File

@ -1,4 +1,4 @@
<?php include 'common.php'; ?><!DOCTYPE html>
<?php include '../common.php'; ?><!DOCTYPE html>
<html lang="no">
<head>
<title><?=title();?></title>

View File

@ -1,4 +1,4 @@
<?php include 'common.php'; ?><!DOCTYPE html>
<?php include '../common.php'; ?><!DOCTYPE html>
<html lang="no">
<head>
<title><?=title();?></title>

View File

@ -1,4 +1,4 @@
<?php include 'common.php'; ?><!DOCTYPE html>
<?php include '../common.php'; ?><!DOCTYPE html>
<html lang="no">
<head>
<title><?=title();?></title>

View File

@ -1,4 +1,4 @@
<?php include 'common.php'; ?><!DOCTYPE html>
<?php include '../common.php'; ?><!DOCTYPE html>
<html lang="no">
<head>
<title><?=title();?></title>

View File

@ -1,4 +1,4 @@
<?php include 'common.php'; ?><!DOCTYPE html>
<?php include '../common.php'; ?><!DOCTYPE html>
<html lang="no">
<head>
<title><?=title();?></title>

View File

@ -1,4 +1,4 @@
<?php include 'common.php';
<?php include '../common.php';
$err = array();
$msg = array();

View File

@ -1,4 +1,4 @@
<?php include 'common.php';
<?php include '../common.php';
$err = array();
$msg = array();

View File

@ -1,4 +1,4 @@
<?php include 'common.php'; ?><!DOCTYPE html>
<?php include '../common.php'; ?><!DOCTYPE html>
<html lang="no">
<head>
<title><?=title();?></title>

View File

@ -1,4 +1,4 @@
<?php include 'common.php'; ?><!DOCTYPE html>
<?php include '../common.php'; ?><!DOCTYPE html>
<html lang="no">
<head>
<title><?=title();?></title>