This commit is contained in:
Robin 2010-04-28 12:15:52 +02:00
parent fb498b9534
commit aacda0367d
30 changed files with 15 additions and 2 deletions

0
admin/index.php Normal file → Executable file
View File

0
admin/index.php~ Normal file → Executable file
View File

13
config/config.php Normal file → Executable file
View File

@ -1,2 +1,11 @@
<?php
?>
<?php
$CONFIG_INSTALLED=true;
$CONFIG_DATADIRECTORY='/var/www/owncloud/owncloud/data';
$CONFIG_HTTPFORCESSL=false;
$CONFIG_DATEFORMAT='j M Y G:i';
$CONFIG_DBTYPE='mysql';
$CONFIG_DBNAME='owncloud';
$CONFIG_DBHOST='localhost';
$CONFIG_DBUSER='owncloud';
$CONFIG_DBPASSWORD='gehijm';
?>

0
docs/FAQs Normal file → Executable file
View File

0
files/api.php Normal file → Executable file
View File

0
files/get_files.php Normal file → Executable file
View File

0
files/index.php Normal file → Executable file
View File

0
files/open_file.php Normal file → Executable file
View File

0
files/upload.php Normal file → Executable file
View File

0
img/arrow_up.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 112 B

After

Width:  |  Height:  |  Size: 112 B

0
img/icons/delete.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 641 B

After

Width:  |  Height:  |  Size: 641 B

0
img/icons/loading.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

0
img/icons/rename.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 245 B

After

Width:  |  Height:  |  Size: 245 B

0
img/owncloud-icon.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

0
inc/HTTP/WebDAV/Server.php Normal file → Executable file
View File

0
inc/HTTP/WebDAV/Server/Filesystem.php Normal file → Executable file
View File

0
inc/HTTP/WebDAV/Tools/_parse_lockinfo.php Normal file → Executable file
View File

0
inc/HTTP/WebDAV/Tools/_parse_propfind.php Normal file → Executable file
View File

0
inc/HTTP/WebDAV/Tools/_parse_proppatch.php Normal file → Executable file
View File

View File

@ -69,6 +69,10 @@ oc_require_once('lib_config.php');
oc_require_once('lib_user.php');
oc_require_once('lib_ocs.php');
if(!is_dir($CONFIG_DATADIRECTORY)){
mkdir($CONFIG_DATADIRECTORY);
}
if(OC_USER::isLoggedIn()){
//jail the user in a seperate data folder
$CONFIG_DATADIRECTORY=$SERVERROOT.'/data/'.$_SESSION['username_clean'];

0
inc/lib_user.php Normal file → Executable file
View File

0
inc/templates/adminform.php Normal file → Executable file
View File

0
js/ajax.js Normal file → Executable file
View File

0
js/filebrowser.js Normal file → Executable file
View File

0
js/lib_ajax.js Normal file → Executable file
View File

0
js/lib_api.js Normal file → Executable file
View File

0
js/lib_drag.js Normal file → Executable file
View File

0
js/lib_files.js Normal file → Executable file
View File

0
js/lib_xmlloader.js Normal file → Executable file
View File

0
ocs/v1.php Normal file → Executable file
View File