[Pkg-owncloud-commits] [php-sabredav] 07/10: Adding new autoloader to all examples (transplanted from 8a46a34b58846dd1ab69b5f1e5f9c5d0a0bdd2b3)

David Prévot taffit at moszumanska.debian.org
Sat Nov 30 15:44:15 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to tag version-1.0.15
in repository php-sabredav.

commit ca3bc1791c2f6e3a03c48dfbabb458367d7d84c7
Author: Evert Pot <evert at rooftopsolutions.nl>
Date:   Fri Apr 23 19:23:25 2010 +0900

    Adding new autoloader to all examples
    (transplanted from 8a46a34b58846dd1ab69b5f1e5f9c5d0a0bdd2b3)
---
 examples/basicauth.php      | 2 +-
 examples/digestauth.php     | 2 +-
 examples/fileserver.php     | 2 +-
 examples/simplefsserver.php | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/examples/basicauth.php b/examples/basicauth.php
index c84419a..c8e5310 100644
--- a/examples/basicauth.php
+++ b/examples/basicauth.php
@@ -11,7 +11,7 @@
 date_default_timezone_set('Canada/Eastern');
 
 // Files we need
-require_once 'Sabre.autoload.php';
+require_once 'Sabre/autoload.php';
 
 $u = 'admin';
 $p = '1234';
diff --git a/examples/digestauth.php b/examples/digestauth.php
index defb192..0844e2e 100644
--- a/examples/digestauth.php
+++ b/examples/digestauth.php
@@ -10,7 +10,7 @@
 date_default_timezone_set('Canada/Eastern');
 
 // Files we need
-require_once 'Sabre.autoload.php';
+require_once 'Sabre/autoload.php';
 
 $u = 'admin';
 $p = '1234';
diff --git a/examples/fileserver.php b/examples/fileserver.php
index 785e2eb..57be5b3 100644
--- a/examples/fileserver.php
+++ b/examples/fileserver.php
@@ -27,7 +27,7 @@ $tmpDir = 'tmpdata';
 if (!isset($baseUri)) die('Please setup \$baseUri first!');
 
 // Files we need
-require_once 'Sabre.autoload.php';
+require_once 'Sabre/autoload.php';
 
 // Create the parent node
 $publicDirObj = new Sabre_DAV_FS_Directory($publicDir);
diff --git a/examples/simplefsserver.php b/examples/simplefsserver.php
index 4740e93..38b594c 100644
--- a/examples/simplefsserver.php
+++ b/examples/simplefsserver.php
@@ -27,7 +27,7 @@ $publicDir = 'public';
 $baseUri = '/';
 
 // Files we need
-require_once 'Sabre.autoload.php';
+require_once 'Sabre/autoload.php';
 
 class MyDirectory extends Sabre_DAV_Directory {
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git



More information about the Pkg-owncloud-commits mailing list