diff options
Diffstat (limited to 'public/print.php')
-rw-r--r-- | public/print.php | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/public/print.php b/public/print.php new file mode 100644 index 0000000..330cd48 --- /dev/null +++ b/public/print.php @@ -0,0 +1,21 @@ +<?php + + require_once '../system/init.php'; + +?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> + +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> + + <title>Tyƶtunnit <?= $_SESSION['user']; ?></title> + +</head> + +<body> + + +</body> +</html> |