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 | |
ini_set('memory_limit','3200M'); | |
// This script is to solve the problem of doing database search and replace | |
// when developers have only gone and used the non-relational concept of | |
// serializing PHP arrays into single database columns. It will search for all | |
// matching data on the database and change it, even if it's within a serialized | |
// PHP array. | |
// The big problem with serialised arrays is that if you do a normal DB | |
// style search and replace the lengths get mucked up. This search deals with |
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
{ | |
"color_theme": "#111010", | |
"color_front": "#3E3E3E", | |
"appNameSingle": "Wabotify", | |
"userLoginMsg": "Todo lo que necesitas para hacer crecer tu negocio en", | |
"adminLoginMsg": "¡Bienvenido Administrador! Todo lo que necesitas para gestionar y hacer crecer tu negocio está aquí.", | |
"whatsapp": "WhatsApp", | |
"point1": "Campañas dirigidas para ofrecer ofertas personalizadas", | |
"point2": "Plantillas preconstruidas para enviar actualizaciones y recordatorios", | |
"point3": "Compromiso instantáneo 24x7 con chatbots sin código", |