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 | |
/** | |
* @package Site Directory Viewer | |
* @version 1.0 | |
* @author Igor Berdicheskiy - septdir.ru | |
* @copyright Copyright (c) 2013 - 2017 Igor Berdicheskiy. All rights reserved. | |
* @license GNU/GPL license: http://www.gnu.org/copyleft/gpl.html | |
*/ | |
$directory = ''; |
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 | |
/** | |
* @package VK API - Get server token | |
* @version 1.0 | |
* @author Igor Berdicheskiy - septdir.ru | |
* @copyright Copyright (c) 2013 - 2018 Igor Berdicheskiy. All rights reserved. | |
* @license GNU/GPL license: http://www.gnu.org/copyleft/gpl.html | |
*/ | |
ini_set('display_errors', 1); |
NewerOlder