Initial commit

This commit is contained in:
Gergely Polonkai (W00d5t0ck)
2011-09-29 18:09:59 +02:00
commit 627f2fd875
5 changed files with 210 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<?php
require_once 'gatewayBackend.php';
class postgresGatewayBackend implements gatewayBackend
{
}