0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
concrete5
/
5.6.0.2-2
/
standard
/
htdocs
/
concrete
/
blocks
/
file
/
[
Home
]
File: add.php
<?php defined('C5_EXECUTE') or die("Access Denied."); $includeAssetLibrary = true; $al = Loader::helper('concrete/asset_library'); ?> <h2><?php echo t('File')?></h2> <?php echo $al->file('ccm-b-file', 'fID', t('Choose File'));?> <br/> <h2><?php echo t('Link Text')?></h2> <input type="text" style="width: 200px" name="fileLinkText" /><br />