Awesome PHP has been relocated permanently to its own Github repository. No further updates will made to this gist.
Please open an issue for any new suggestions.
| import { roles } from './../../roles'; | |
| /** | |
| * User's Information | |
| */ | |
| export const users = { | |
| eve: { | |
| uid: null, | |
| email: 'eve@gmail.com', | |
| name: 'eve', |
| # Put in same folder as the html folder | |
| # ex: /domains/example.com/.htaccess | |
| # http://clicknathan.com/web-design/gzip-compression-on-mediatemple/ | |
| # BEGIN (mt) controlled settings | |
| <IfModule !mod_fcgid.c> | |
| AddHandler php-stable .php | |
| </IfModule> | |
| <IfModule mod_fcgid.c> |
| <template name="dashboardSlideOut"> | |
| {{> accountsBreadcrumb}} | |
| {{#if Template.subscriptionsReady}} | |
| <ul class="collection"> | |
| {{#each libSections}} | |
| <li class="collection-item">{{ libSection }} | |
| <i class="material-icons">heart</i> | |
| </li> | |
| {{/each}} | |
| </ul> |
Awesome PHP has been relocated permanently to its own Github repository. No further updates will made to this gist.
Please open an issue for any new suggestions.