Show spam aliases #

This commit is contained in:
andryyy
2017-02-21 22:27:11 +01:00
parent 76426b65b2
commit 0eb932b3ab
2737 changed files with 357639 additions and 22 deletions

15
data/web/rc/vendor/bin/composer-php vendored Executable file
View File

@@ -0,0 +1,15 @@
#!/usr/bin/env sh
SRC_DIR=`pwd`
BIN_DIR=`dirname $0`
VENDOR_DIR=$BIN_DIR/'../'
DIRS=""
for vendor in $VENDOR_DIR/*; do
if [ -d "$vendor" ]; then
for package in $vendor/*; do
if [ -d "$package" ]; then
DIRS="${DIRS}:${package}"
fi
done
fi
done
php -d include_path=".$DIRS" $@

11
data/web/rc/vendor/bin/composer-php.bat vendored Executable file
View File

@@ -0,0 +1,11 @@
@echo off
setlocal enabledelayedexpansion
set BIN_DIR=%~dp0
set VENDOR_DIR=%BIN_DIR%\../
set DIRS=.
FOR /D %%V IN (%VENDOR_DIR%\*) DO (
FOR /D %%P IN (%%V\*) DO (
set DIRS=!DIRS!;%%~fP
)
)
php.exe -d include_path=!DIRS! %*

View File

@@ -0,0 +1 @@
../pear-pear.php.net/Crypt_GPG/bin/crypt-gpg-pinentry

1
data/web/rc/vendor/bin/rcubeinitdb.sh vendored Symbolic link
View File

@@ -0,0 +1 @@
../roundcube/plugin-installer/src/bin/rcubeinitdb.sh