removing cache files
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 11 May 2016 14:10:34 +0000 (10:10 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 11 May 2016 14:10:41 +0000 (10:10 -0400)
smarty cache

.gitignore
admin/backgroundImage/smarty_comp/74702a15f989dbc8f6253a674d3d01ba61a34cd6.file.index.tpl.php [deleted file]

index f5e0444..9fecf10 100644 (file)
@@ -1,6 +1,7 @@
 # Gaslight Media Application specific #
 # files that are updated on server    #
 #######################################
+admin/background/smarty_comp/
 css/background.css
 iconCache/
 uploads/
diff --git a/admin/backgroundImage/smarty_comp/74702a15f989dbc8f6253a674d3d01ba61a34cd6.file.index.tpl.php b/admin/backgroundImage/smarty_comp/74702a15f989dbc8f6253a674d3d01ba61a34cd6.file.index.tpl.php
deleted file mode 100644 (file)
index 8ac59cf..0000000
+++ /dev/null
@@ -1,60 +0,0 @@
-<?php /* Smarty version Smarty-3.1.14, created on 2016-05-06 12:03:49
-         compiled from "/var/www/server/www.cityofmi.org/admin/backgroundImage/smarty_tmp/index.tpl" */ ?>
-<?php /*%%SmartyHeaderCode:1074262171572b6b836dead9-11134679%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
-$_valid = $_smarty_tpl->decodeProperties(array (
-  'file_dependency' => 
-  array (
-    '74702a15f989dbc8f6253a674d3d01ba61a34cd6' => 
-    array (
-      0 => '/var/www/server/www.cityofmi.org/admin/backgroundImage/smarty_tmp/index.tpl',
-      1 => 1462550627,
-      2 => 'file',
-    ),
-  ),
-  'nocache_hash' => '1074262171572b6b836dead9-11134679',
-  'function' => 
-  array (
-  ),
-  'version' => 'Smarty-3.1.14',
-  'unifunc' => 'content_572b6b8370cdf3_84747520',
-  'variables' => 
-  array (
-    'message' => 0,
-    'image_path' => 0,
-    'bg_image' => 0,
-    'bg_updated' => 0,
-    'bg_version' => 0,
-    'debug' => 0,
-  ),
-  'has_nocache_code' => false,
-),false); /*/%%SmartyHeaderCode%%*/?>
-<?php if ($_valid && !is_callable('content_572b6b8370cdf3_84747520')) {function content_572b6b8370cdf3_84747520($_smarty_tpl) {?><html>
-<head>
-    <title>Background Image</title>
-</head>
-<body>
-<h1>Background Image</h1>
-<?php if ($_smarty_tpl->tpl_vars['message']->value){?>
-    <?php echo $_smarty_tpl->tpl_vars['message']->value;?>
-
-<?php }?>
-<form action="index.php" method="post" enctype="multipart/form-data">
-<p>This image needs to be 1900 x 1400 (height x width)</p>
-<span>Only upload images of type jpg png or gif)</span>
-<input type="file" name="new_image" />
-<input type="submit" value="Upload New Image" />
-</form>
-<div><img src="<?php echo $_smarty_tpl->tpl_vars['image_path']->value;?>
-<?php echo $_smarty_tpl->tpl_vars['bg_image']->value;?>
-"></div>
-<div><strong>Last Update</strong> <?php echo $_smarty_tpl->tpl_vars['bg_updated']->value;?>
-</div>
-<div><strong>Version</strong> <?php echo $_smarty_tpl->tpl_vars['bg_version']->value;?>
-</div>
-<?php if ($_smarty_tpl->tpl_vars['debug']->value){?>
-    <?php echo $_smarty_tpl->tpl_vars['debug']->value;?>
-
-<?php }?>
-</body>
-</html>
-<?php }} ?>
\ No newline at end of file