mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-25 14:37:59 +01:00
Merged development into master
This commit is contained in:
commit
7f71e651c7
3 changed files with 5 additions and 0 deletions
|
@ -92,6 +92,7 @@
|
||||||
|
|
||||||
public function ensureDirectoryExists() {
|
public function ensureDirectoryExists() {
|
||||||
$destination = $this->getDirectory();
|
$destination = $this->getDirectory();
|
||||||
|
umask(0);
|
||||||
|
|
||||||
if (!is_dir($destination))
|
if (!is_dir($destination))
|
||||||
mkdir($destination, 777, true);
|
mkdir($destination, 777, true);
|
||||||
|
|
|
@ -349,6 +349,7 @@
|
||||||
|
|
||||||
public function ensureDirectoryExists() {
|
public function ensureDirectoryExists() {
|
||||||
$destination = $this->getDirectory();
|
$destination = $this->getDirectory();
|
||||||
|
umask(0);
|
||||||
|
|
||||||
if (!is_dir($destination))
|
if (!is_dir($destination))
|
||||||
mkdir($destination, 777);
|
mkdir($destination, 777);
|
||||||
|
|
|
@ -27,6 +27,7 @@
|
||||||
<excludeFolder url="file://$MODULE_DIR$/vendor/kriswallsmith/assetic" />
|
<excludeFolder url="file://$MODULE_DIR$/vendor/kriswallsmith/assetic" />
|
||||||
<excludeFolder url="file://$MODULE_DIR$/vendor/laravel/framework" />
|
<excludeFolder url="file://$MODULE_DIR$/vendor/laravel/framework" />
|
||||||
<excludeFolder url="file://$MODULE_DIR$/vendor/monolog/monolog" />
|
<excludeFolder url="file://$MODULE_DIR$/vendor/monolog/monolog" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/vendor/navruzm/lmongo" />
|
||||||
<excludeFolder url="file://$MODULE_DIR$/vendor/nesbot/carbon" />
|
<excludeFolder url="file://$MODULE_DIR$/vendor/nesbot/carbon" />
|
||||||
<excludeFolder url="file://$MODULE_DIR$/vendor/nikic/php-parser" />
|
<excludeFolder url="file://$MODULE_DIR$/vendor/nikic/php-parser" />
|
||||||
<excludeFolder url="file://$MODULE_DIR$/vendor/patchwork/utf8" />
|
<excludeFolder url="file://$MODULE_DIR$/vendor/patchwork/utf8" />
|
||||||
|
@ -75,6 +76,7 @@
|
||||||
<root url="file://$MODULE_DIR$/vendor/intouch/laravel-newrelic" />
|
<root url="file://$MODULE_DIR$/vendor/intouch/laravel-newrelic" />
|
||||||
<root url="file://$MODULE_DIR$/vendor/laravel/framework" />
|
<root url="file://$MODULE_DIR$/vendor/laravel/framework" />
|
||||||
<root url="file://$MODULE_DIR$/vendor/monolog/monolog" />
|
<root url="file://$MODULE_DIR$/vendor/monolog/monolog" />
|
||||||
|
<root url="file://$MODULE_DIR$/vendor/navruzm/lmongo" />
|
||||||
<root url="file://$MODULE_DIR$/vendor/symfony/debug" />
|
<root url="file://$MODULE_DIR$/vendor/symfony/debug" />
|
||||||
<root url="file://$MODULE_DIR$/vendor/symfony/finder" />
|
<root url="file://$MODULE_DIR$/vendor/symfony/finder" />
|
||||||
<root url="file://$MODULE_DIR$/vendor/symfony/console" />
|
<root url="file://$MODULE_DIR$/vendor/symfony/console" />
|
||||||
|
@ -115,6 +117,7 @@
|
||||||
<root url="file://$MODULE_DIR$/vendor/intouch/laravel-newrelic" />
|
<root url="file://$MODULE_DIR$/vendor/intouch/laravel-newrelic" />
|
||||||
<root url="file://$MODULE_DIR$/vendor/laravel/framework" />
|
<root url="file://$MODULE_DIR$/vendor/laravel/framework" />
|
||||||
<root url="file://$MODULE_DIR$/vendor/monolog/monolog" />
|
<root url="file://$MODULE_DIR$/vendor/monolog/monolog" />
|
||||||
|
<root url="file://$MODULE_DIR$/vendor/navruzm/lmongo" />
|
||||||
<root url="file://$MODULE_DIR$/vendor/symfony/debug" />
|
<root url="file://$MODULE_DIR$/vendor/symfony/debug" />
|
||||||
<root url="file://$MODULE_DIR$/vendor/symfony/finder" />
|
<root url="file://$MODULE_DIR$/vendor/symfony/finder" />
|
||||||
<root url="file://$MODULE_DIR$/vendor/symfony/console" />
|
<root url="file://$MODULE_DIR$/vendor/symfony/console" />
|
||||||
|
|
Loading…
Reference in a new issue