Newer
Older
backup-commander / install / conf-sample.php
<?php

/*
 * This is the full path to the project directory, as cloned from the repository.
*/
//$path_project = "/var/www/backup-commander";

/*
 * This is the full path to the web-server directory. This should be a symlink to
 * $path_project/html
 * Currently the install process will not copy over files since it assumes this link is in place.
*/
//$path_website = "/var/www/html";


?>