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
<template lang="pug"> | |
.content_assets_index | |
b-button(size='sm' variant='secondary' v-if='account' @click='importClick' class='mr-2') Import Testimonials | |
</template> | |
<script lang="ts"> | |
import axios from 'axios' | |
import { flatfileImporter } from '@flatfile/sdk' | |
export default { | |
data() { |
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 | |
// sendy/includes/functions.php | |
${"GLOBALS"}["ndcpdwgqk"]="textToDelete"; | |
${"GLOBALS"}["ickwblj"]="string"; | |
${"GLOBALS"}["xvhyjog"]="endPos"; | |
${"GLOBALS"}["vxtvexpxdsk"]="end"; | |
${"GLOBALS"}["kwrbitnoko"]="beginningPos"; | |
${"GLOBALS"}["eesqiwndnuyk"]="i"; | |
${"GLOBALS"}["tbiuhlfbdi"]="minlength"; |
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 | |
// | |
// this replaces includes/create/upload.php - besure to save your old upload.php! | |
// you must put the S3.php file in includes/helpers/S3.php | |
// you can get it here: | |
// https://github.com/tpyo/amazon-s3-php-class | |
// | |
// This is an improvement on this gist: | |
// https://gist.github.com/Wysie/03934b6a79a715772abd | |
// |