diff options
Diffstat (limited to 'paste/config.php')
-rw-r--r-- | paste/config.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/paste/config.php b/paste/config.php index 2a41d7b..66d655a 100644 --- a/paste/config.php +++ b/paste/config.php @@ -1,4 +1,4 @@ -<? +<?php /* This software is licensed through a BSD-style License. http://www.opensource.org/licenses/bsd-license.php @@ -51,4 +51,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 'token_salt' => 'saltsaltsalt', ); +require_once('include/storage/FileStorage.php'); +$storage = new MysqlStorage('mysql', 'rafb', 'rafb', 'paste', 'rafb'); ?> |