Displaying 5 results from an estimated 5 matches for "cls_phpconfig_html".
2005 Mar 03
4
Getting phpconfig to work?
...Description
>> --------------------------------------------------------------
>> ------------------
>> Parent Directory 03-Mar-2005 12:15 -
>> asterisk.reload 03-Mar-2005 12:28 1k
>> cls_phpconfig.php 03-Mar-2005 11:48 14k
>> cls_phpconfig_html.php 03-Mar-2005 11:55 17k
>> images/ 24-Feb-2005 09:06 -
>> phpconfig.php 14-Sep-2003 19:32 6k
>> phpconfig_init.php 03-Mar-2005 11:44 2k
>>
>>
>> --------------------------------------------------------------
&g...
2005 Mar 03
0
RE: Getting phpconfig to work?
...wheel 512 Mar 3 13:09 .
drwxr-xr-x 8 root wheel 512 Mar 3 12:15 ..
drwxr-xr-x 2 root wheel 512 Feb 24 09:06 CVS
-rwxrwxrwx 1 root wheel 588 Mar 3 12:28 asterisk.reload
-rw-r--r-- 1 root wheel 14702 Mar 3 11:48 cls_phpconfig.php
-rw-r--r-- 1 root wheel 17846 Mar 3 11:55 cls_phpconfig_html.php
drwxr-xr-x 3 root wheel 512 Feb 24 09:06 images
-rw-r--r-- 1 root wheel 6515 Sep 14 2003 phpconfig.php
-rw-r--r-- 1 root wheel 2128 Mar 3 11:44 phpconfig_init.php
Any indicators?
Rgds,
Julius.
> That means PHP isn't setup properly on your server; it isn't parsing th...
2005 Mar 03
0
RE: Getting phpconfig to work?
...t
*
*
*
*
*
* phpconfig:,v 1.0 2003/07/03 17:19:37
* Authors: Dave Packham <dave.packham@utah.edu>
* Rob Birkinshaw <robert.birkinshaw@utah.edu>
*/
require_once("phpconfig_init.php");
require_once("cls_phpconfig.php");
require_once("cls_phpconfig_html.php");
// create and initalize objects //
$page = new Open_Conf_HTML();
$conf = new Open_Conf();
// setup 3pane html theme
$page->OC_HTML_set3Pane(true);
// pass thru phpconfig_init paramaters to object
$conf->OC_setConfDirectories($conf_directories);
$...
2005 Mar 03
1
RE: Getting phpconfig to work?
...t
*
*
*
*
*
* phpconfig:,v 1.0 2003/07/03 17:19:37
* Authors: Dave Packham <dave.packham@utah.edu>
* Rob Birkinshaw <robert.birkinshaw@utah.edu>
*/
require_once("phpconfig_init.php");
require_once("cls_phpconfig.php");
require_once("cls_phpconfig_html.php");
// create and initalize objects //
$page = new Open_Conf_HTML();
$conf = new Open_Conf();
// setup 3pane html theme
$page->OC_HTML_set3Pane(true);
// pass thru phpconfig_init paramaters to object
$conf->OC_setConfDirectories($conf_directories);
$...
2005 Feb 25
15
FW: Getting PHP Config to work?
Hi,
I have been doing various testing with asterisk and its been going great.
However I am a bit feedup of using vi for editing configs, and would rather
do it from any machine on my LAN. I am running debian and * via xorcom rapid
on a test PC at the minute.
Hence phpconfig would be great, however I am having difficulty getting it to
work. I have searched the message boards and the wiki, and