Hi,
I need some information on how to setup config.php
Below you see what is posible inside config.php:
	The config.php is located at /var/www and I already give it 755 permissions.
But when I like to configure I receive the message: config.php is not writable
At the moment I can get it to work so I hope someone can help me get this running 
							
						
					I need some information on how to setup config.php
Below you see what is posible inside config.php:
Code:
	<?php
//---------------------------------------
// CONFIG
//---------------------------------------
//examples of server definitions
//$CCCamWebInfo[] = array("localhost","12345","user","pass"); // for CCcam webinterface with user and pass
//$CCCamWebInfo[] = array("localhost","12345");     					// for CCcam webinterface with different port than default and without user and pass
$CCCamWebInfo[] = array("localhost");												// for CCcam webinterface with all defaults
$work_path = "/tmp/"; // set this if you want working folder separate // Example $work_path = "/tmp/";
$update_from_button = true; // set to true if you want Update button ( usefull if update is from remote server and takes too long)
$fullReshare = true; // shows maximum reshare if more than one route for same node // set to true to see actual reshare instead of YES/NO
$country_whois = true; // use whois for country detection
$password = ""; //set password
?>
But when I like to configure I receive the message: config.php is not writable
At the moment I can get it to work so I hope someone can help me get this running
 
							
						
 How do you setup config.php for CCcamInfoPHP ?
									
									
									How do you setup config.php for CCcamInfoPHP ?
								
Comment