Skip to content

Instantly share code, notes, and snippets.

@lopter
Created December 12, 2011 15:44
Show Gist options
  • Save lopter/1467940 to your computer and use it in GitHub Desktop.
Save lopter/1467940 to your computer and use it in GitHub Desktop.
DotCloud public directory with PHP
<?php
define('APP_NAME', 'Hello world');
www:
type: php
approot: public
<?php
require('../config/app.php.inc');
echo APP_NAME . "\n";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment