-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathabout.php
More file actions
31 lines (27 loc) · 1013 Bytes
/
about.php
File metadata and controls
31 lines (27 loc) · 1013 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?php
error_reporting(E_ALL);
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE></TITLE>
<META NAME="Author" CONTENT="">
<META NAME="Keywords" CONTENT="">
<META NAME="Description" CONTENT="">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<META HTTP-EQUIV="Expires" CONTENT="0">
<META HTTP-EQUIV="Cache-Control" CONTENT="NO-CACHE">
<META HTTP-EQUIV="Pragma" CONTENT="NO-CACHE">
<META HTTP-EQUIV="Content-Script-Type" CONTENT="application/x-javascript">
</HEAD>
<BODY style='overflow: scroll;' onLoad = "location.href = '#bottom';">
<PRE>
For the latest version and release notes, please see our GitHub project at:
<a href='https://github.com/openises/tickets'>github.com/openises/tickets</a>
<A NAME = 'bottom'></A>
The Open ISES Team
- <a href='https://github.com/openises'>GitHub Organization: github.com/openises</a>
- <a href='https://groups.google.com/g/open-source-cad'>Mailing List: open-source-cad@googlegroups.com</a>
</PRE>
</BODY>
</HTML>