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
configuration.php | |
/.DS_Store | |
/images/.DS_Store | |
/cache | |
/media/k2/items/.DS_Store | |
/node_modules | |
/modules/.DS_Store |
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
{"fields":[{"value":null,"id":null,"optionId":null,"uuid":"FDB58842-A2B9-4CD7-8169-6A7D347B80E1"},{"value":null,"id":null,"optionId":null,"uuid":"B7F9E51C-9716-4765-AA5E-0075AFFE28E5"},{"value":null,"id":66673,"optionId":null,"uuid":"2BD67AA8-3951-4B35-B286-70CB551F4AAD"},{"value":null,"id":66778,"optionId":null,"uuid":"FBEB9C70-1D4F-403F-8D28-07DEB0637464"},{"value":null,"id":66794,"optionId":null,"uuid":"4D7BAE14-624B-472B-B503-E2D2C049917A"},{"value":null,"id":null,"optionId":null,"uuid":"3365C083-05CC-470E-BD8B-F7C17BB5144A"},{"value":null,"id":66674,"optionId":null,"uuid":"A8A24D84-35EE-44E8-B0C4-517A26E817BC"},{"value":null,"id":null,"optionId":null,"uuid":"4A1751D8-A7BA-4A01-BC7C-6C6E5C166C52"},{"value":null,"id":null,"optionId":null,"uuid":"D89D5C81-8BC7-470F-A2B3-69CF0EB47F7A"},{"value":null,"id":null,"optionId":null,"uuid":"0ACE40B4-DB74-4DB8-8D6A-D89A0AB4D509"},{"value":null,"id":null,"optionId":null,"uuid":"5BEFD844-117D-4002-95EE-37875D3861F5"},{"value":null,"id":66792,"optionId":null,"uuid":"7A0 |
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
<IfModule mod_filter.c> | |
AddOutputFilterByType DEFLATE application/atom+xml \ | |
application/javascript \ | |
application/json \ | |
application/rss+xml \ | |
application/vnd.ms-fontobject \ | |
application/x-font-ttf \ | |
application/x-web-app-manifest+json \ | |
application/xhtml+xml \ | |
application/xml \ |
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 | |
class BackupDroplet | |
{ | |
private $apiUrl = 'https://api.digitalocean.com/v2/'; | |
private $token; | |
private $dropletId; | |
public function __construct($token, $dropletId) | |
{ |
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
function sony_import_upload(){ | |
$form = array(); | |
$form['desc'] = array( | |
'#markup' => '<table><tbody> | |
<tr><td>Username</td><td>Category</td><td>Points</td><td>Date</td></tr> |