Skip to content

Commit

Permalink
- Adding libraries
Browse files Browse the repository at this point in the history
 - Updating display text
 - Updating path to libraries
  • Loading branch information
preinheimer committed Jan 21, 2012
1 parent 792781b commit c778d50
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/bootstrap/libraries.php
Expand Up @@ -59,7 +59,7 @@
* directory as your application. If you use the same libraries in multiple applications, you can
* set this to a shared path on your server.
*/
define('LITHIUM_LIBRARY_PATH', dirname(LITHIUM_APP_PATH) . '/libraries');
define('LITHIUM_LIBRARY_PATH', LITHIUM_APP_PATH . '/libraries');

/**
* Locate and load Lithium core library files. Throws a fatal error if the core can't be found.
Expand Down
1 change: 1 addition & 0 deletions libraries/lithium
Submodule lithium added at 3af92f
4 changes: 3 additions & 1 deletion views/index/index.html.php
Expand Up @@ -18,6 +18,8 @@
<br style="clear: both;">
<br style="clear: both;">


<a href="http://blog.preinheimer.com">Corresponding Blog Post</a>
<p>This example page was created to demonstrate the problem with considering Cookies a swap in replacement for server side session storage. To experiment, view your cookies and copy them elsewhere, then gamble once. If you lose money replace your cookies with the ones you copied earlier. Reload the page.</p>
<p>The UI was stolen from <a href="http://pro.wheresitup.com/">Where's it Up?</a> and <a href="http://load.wondernetwork.com/beta/">Natural Load Testing</a></p>
</div>

0 comments on commit c778d50

Please sign in to comment.