Skip to content

Instantly share code, notes, and snippets.

View danielsetreus's full-sized avatar

Daniel Setréus danielsetreus

  • FirstVet
  • Stockholm
View GitHub Profile
<?php
$fb = new FaceBook();
$fb->setTitle("My facebook"); // Sets the application title
$fb->start(); // Runs the application
*/
There should be no need to edit bellow this line
*/