File: phpwebcounter_test.php

package info (click to toggle)
phpwebcounter 1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 268 kB
  • sloc: php: 61; sh: 43; makefile: 4
file content (17 lines) | stat: -rw-r--r-- 476 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="content-type">
  <title>Counter Test</title>
</head>
<body>
<div style="text-align: center;"><big
 style="font-weight: bold; color: rgb(255, 0, 0);"><big><big><big>Counter
Test</big></big></big></big><br>
<br>
<big><big>Hits:</big></big><br>
<?php require_once '/usr/share/phpwebcounter/phpwebcounter.php'; ?><br>
</div>
</body>
</html>