]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
background folder has never been used for GNU social
authorMikael Nordfeldth <mmn@hethane.se>
Sun, 27 Dec 2015 23:00:04 +0000 (00:00 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Sun, 27 Dec 2015 23:00:51 +0000 (00:00 +0100)
.gitignore
lib/default.php
lib/installer.php

index 41084c45cd1cf2e0a198bef83e7fffcc2cf1d5ae..102173e832708f11078f366b3ec8fb8ceca3f51b 100644 (file)
@@ -1,5 +1,4 @@
 avatar/*
-background/*
 files/*
 file/*
 local/*
index 7894dbb6745e4027be32f9351119f171fce0cce2..5b504cea3f84e0a4ab47a5913a0bfbe28a83fdc8 100644 (file)
@@ -140,11 +140,6 @@ $default =
               'path' => $_path . '/avatar/',
               'ssl' => null,
               'maxsize' => 300),
-        'background' =>
-        array('server' => null,
-              'dir' => INSTALLDIR . '/background/',
-              'path' => $_path . '/background/',
-              'ssl' => null),
         'public' =>
         array('localonly' => false,
               'blacklist' => array(),
index 738eb80472d46a4bced35a4fb234ee3395a9853e..5e09c9732924253fd68136b222a8abb8a03d697a 100644 (file)
@@ -133,7 +133,7 @@ abstract class Installer
         }
 
         // Check the subdirs used for file uploads
-        $fileSubdirs = array('avatar', 'background', 'file');
+        $fileSubdirs = array('avatar', 'file');
         foreach ($fileSubdirs as $fileSubdir) {
             $fileFullPath = INSTALLDIR."/$fileSubdir/";
             if (!is_writable($fileFullPath)) {