]> git.pld-linux.org Git - packages/asterisk-stat.git/commitdiff
- add <?php and ?>
authorMichał 'Wolvverine' Panasiewicz <wolvverine@pld-linux.org>
Sat, 27 May 2006 15:28:56 +0000 (15:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    asterisk-stat-config.php -> 1.3

asterisk-stat-config.php

index 8837676b1bb89ecb9b7817e1430ddd8c43142277..283776066efe3121d9ae7cd04de0081c43aff285 100644 (file)
@@ -1,4 +1,4 @@
-
+<?php
 define ("WEBROOT", "http://localhost/asterisk-stat/");
 define ("FSROOT", "/usr/share/asterisk-stat/");
 
@@ -11,4 +11,5 @@ define ("PASS", "");
 define ("DBNAME", "cdrasterisk");
 define ("DB_TYPE", "postgres"); // mysql or postgres
 
-define ("DB_TABLENAME", "cdr");
\ No newline at end of file
+define ("DB_TABLENAME", "cdr");
+?>
This page took 0.062791 seconds and 4 git commands to generate.