diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-07-28 09:21:15 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-07-28 09:21:15 +0000 |
commit | a369277b0d99e6eb306a59fab75b05dd2a5db3d7 (patch) | |
tree | e166a2dcaa372c0c3ea4c5d61f90503fe6acd223 /www/asterisk-stat/files/pgsql__patch-cdr.php | |
parent | - Transfer maintainer to Phillip Neumann (diff) |
Add asterisk-stat 2.0.1, ASTERISK Call Detail Records Analizer.
PR: ports/113738
Submitted by: Fumihiko Kimura <jfkimura at yahoo.com>
Notes
Notes:
svn path=/head/; revision=196447
Diffstat (limited to 'www/asterisk-stat/files/pgsql__patch-cdr.php')
-rw-r--r-- | www/asterisk-stat/files/pgsql__patch-cdr.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/asterisk-stat/files/pgsql__patch-cdr.php b/www/asterisk-stat/files/pgsql__patch-cdr.php new file mode 100644 index 000000000000..339406825991 --- /dev/null +++ b/www/asterisk-stat/files/pgsql__patch-cdr.php @@ -0,0 +1,11 @@ +--- cdr.php.orig Mon Mar 7 19:20:48 2005 ++++ cdr.php Thu Jul 20 23:47:46 2006 +@@ -36,7 +36,7 @@ + <head> + <title>Asterisk CDR</title> + <meta http-equiv="Content-Type" content="text/html"> +- <link rel="stylesheet" type="text/css" media="print" href="/css/print.css"> ++ <link rel="stylesheet" type="text/css" media="print" href="css/print.css"> + <SCRIPT LANGUAGE="JavaScript" SRC="./encrypt.js"></SCRIPT> + <style type="text/css" media="screen"> + @import url("css/layout.css"); |