diff --git a/db.inc.php b/db.inc.php new file mode 100644 index 0000000..52ab6c3 --- /dev/null +++ b/db.inc.php @@ -0,0 +1,9 @@ +withPersistentSessions(true)->build(); + $keyspace = 'glink'; + $session = $cluster->connect($keyspace); + + return $session; + } +?>