This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * @file | |
| * An example settings.local.php file for Drupal. | |
| */ | |
| $settings['hash_salt'] = 'thisIsAreallyStupidHash#!!'; | |
| $settings['container_yamls'][] = DRUPAL_ROOT . '/sites/development.services.yml'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # GLOBAL VARIABLES | |
| siteTitle = "Barre Above | OFFICIAL SITE" | |
| siteDescription = "The foundations necessary to start your own Barre classes." | |
| siteKeywords = "barre, barre biz, barre above, leslee bender, tricia murphy madden" | |
| phone = "1-800-464-7309" | |
| csPhone = "1-800-464-7309" | |
| sealID = "4S3sas2m61Af99zhTgF3qUUt3E037yBc867tbtPRoturhv1hFWemQysajozK" | |
| scanAlert = "" | |
| buySafe = "false" | |
| agreement = "true" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| location ~ \.php$ { | |
| fastcgi_split_path_info ^(.+\.php)(/.+)$; | |
| #NOTE: You should have "cgi.fix_pathinfo = 0;" in php.ini | |
| include fastcgi.conf; | |
| fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; | |
| fastcgi_pass 127.0.0.1:9000; | |
| fastcgi_intercept_errors on; | |
| fastcgi_read_timeout 3000; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| include('/Users/sheanhoxie/Sites/lib/smarty_configs/config.php'); | |
| $smarty->display('templates/index.tpl'); |
NewerOlder