@@ -46,7 +46,7 @@
Login with Google Login with Facebook
diff --git a/php scripts/controlador_login.php b/php scripts/controlador_login.php
index 6c3b8f6..0499421 100644
--- a/php scripts/controlador_login.php
+++ b/php scripts/controlador_login.php
@@ -3,7 +3,7 @@
if (!empty($_POST['email']) && !empty($_POST['password'])) {
$email = $_POST['email'];
$password = $_POST['password'];
- #include "php scripts/Conexión.php";
+ #include "php-scripts/Conexión.php";
$conexión = new mysqli("localhost", "kalicel", "kalicelrepair", "kalicel");
$sql = $conexión->query("SELECT * FROM `usuarios` WHERE `email_usuario`='$email' AND `contraseña_usuario`='$password'");
if ($datos = $sql->fetch_object()) {
diff --git a/php scripts/functions.php b/php scripts/functions.php
index d8fe085..151706e 100644
--- a/php scripts/functions.php
+++ b/php scripts/functions.php
@@ -32,7 +32,7 @@ function fetch_fields($table, $fields, $id, $custom_query)
{
#$connection = new mysqli("localhost", "cuinos_fc", "CuinosFC24!!", "cuinos_fc");
if(!include_once "connection.php"){
- include_once "php scripts/connection.php";
+ include_once "php-scripts/connection.php";
}
//session_start();
//(($_SESSION['email'] == "demo_user@system.com") or ($_SESSION['user'] == "demo_user")) ? $connection = new mysqli("localhost", "comercial_demo", $data[1], ($table . "_demo")):(false);
diff --git a/php scripts/vendor/dompdf/dompdf/src/Renderer.php b/php scripts/vendor/dompdf/dompdf/src/Renderer.php
index e3cacc1..28851dc 100644
--- a/php scripts/vendor/dompdf/dompdf/src/Renderer.php
+++ b/php scripts/vendor/dompdf/dompdf/src/Renderer.php
@@ -135,7 +135,7 @@ public function render(Frame $frame)
if ($node->getAttribute("type") === "text/php" ||
$node->getAttribute("language") === "php"
) {
- // Evaluate embedded php scripts
+ // Evaluate embedded php-scripts
$this->_render_frame("php", $frame);
} elseif ($node->getAttribute("type") === "text/javascript" ||
$node->getAttribute("language") === "javascript"
diff --git a/php scripts/vendor/mpdf/mpdf/qrcode/_lisez_moi.txt b/php scripts/vendor/mpdf/mpdf/qrcode/_lisez_moi.txt
index 0107de3..f90b777 100644
--- a/php scripts/vendor/mpdf/mpdf/qrcode/_lisez_moi.txt
+++ b/php scripts/vendor/mpdf/mpdf/qrcode/_lisez_moi.txt
@@ -34,7 +34,7 @@ Informations :
-------------
Generateur de QRCode
(QR Code is registered trademark of DENSO WAVE INCORPORATED | http://www.denso-wave.com/qrcode/)
- Fortement inspiré de "QRcode image PHP scripts version 0.50g (C)2000-2005,Y.Swetake"
+ Fortement inspiré de "QRcode image php-scripts version 0.50g (C)2000-2005,Y.Swetake"
Programmation en PHP5
@@ -44,6 +44,6 @@ Informations :
Remerciement :
-------------
- * Y.Swetake pour "QRcode image PHP scripts version 0.50g"
+ * Y.Swetake pour "QRcode image php-scripts version 0.50g"
* Josep S. pour l'ajout de displayPNG
diff --git a/php scripts/vendor/mpdf/mpdf/qrcode/qrcode.class.php b/php scripts/vendor/mpdf/mpdf/qrcode/qrcode.class.php
index e265f37..2e29263 100644
--- a/php scripts/vendor/mpdf/mpdf/qrcode/qrcode.class.php
+++ b/php scripts/vendor/mpdf/mpdf/qrcode/qrcode.class.php
@@ -2,7 +2,7 @@
/*
* Generateur de QRCode
* (QR Code is registered trademark of DENSO WAVE INCORPORATED | http://www.denso-wave.com/qrcode/)
- * Fortement inspiré de "QRcode image PHP scripts version 0.50g (C)2000-2005,Y.Swetake"
+ * Fortement inspiré de "QRcode image php-scripts version 0.50g (C)2000-2005,Y.Swetake"
*
* Distribué sous la licence LGPL.
*
diff --git a/php scripts/vendor/setasign/fpdf/FAQ.htm b/php scripts/vendor/setasign/fpdf/FAQ.htm
index cb2c3d3..9e63475 100644
--- a/php scripts/vendor/setasign/fpdf/FAQ.htm
+++ b/php scripts/vendor/setasign/fpdf/FAQ.htm
@@ -229,7 +229,7 @@
FAQ
There is no particular limit. There are some constraints, however:
-- There is usually a maximum memory size allocated to PHP scripts. For very big documents,
+- There is usually a maximum memory size allocated to php-scripts. For very big documents,
especially with images, the limit may be reached (the file being built in memory). The
parameter is configured in the php.ini file.
diff --git a/php-scripts/controlador_login.php b/php-scripts/controlador_login.php
index 6c3b8f6..0499421 100644
--- a/php-scripts/controlador_login.php
+++ b/php-scripts/controlador_login.php
@@ -3,7 +3,7 @@
if (!empty($_POST['email']) && !empty($_POST['password'])) {
$email = $_POST['email'];
$password = $_POST['password'];
- #include "php scripts/Conexión.php";
+ #include "php-scripts/Conexión.php";
$conexión = new mysqli("localhost", "kalicel", "kalicelrepair", "kalicel");
$sql = $conexión->query("SELECT * FROM `usuarios` WHERE `email_usuario`='$email' AND `contraseña_usuario`='$password'");
if ($datos = $sql->fetch_object()) {
diff --git a/php-scripts/functions.php b/php-scripts/functions.php
index d8fe085..151706e 100644
--- a/php-scripts/functions.php
+++ b/php-scripts/functions.php
@@ -32,7 +32,7 @@ function fetch_fields($table, $fields, $id, $custom_query)
{
#$connection = new mysqli("localhost", "cuinos_fc", "CuinosFC24!!", "cuinos_fc");
if(!include_once "connection.php"){
- include_once "php scripts/connection.php";
+ include_once "php-scripts/connection.php";
}
//session_start();
//(($_SESSION['email'] == "demo_user@system.com") or ($_SESSION['user'] == "demo_user")) ? $connection = new mysqli("localhost", "comercial_demo", $data[1], ($table . "_demo")):(false);
diff --git a/php-scripts/vendor/dompdf/dompdf/src/Renderer.php b/php-scripts/vendor/dompdf/dompdf/src/Renderer.php
index e3cacc1..28851dc 100644
--- a/php-scripts/vendor/dompdf/dompdf/src/Renderer.php
+++ b/php-scripts/vendor/dompdf/dompdf/src/Renderer.php
@@ -135,7 +135,7 @@ public function render(Frame $frame)
if ($node->getAttribute("type") === "text/php" ||
$node->getAttribute("language") === "php"
) {
- // Evaluate embedded php scripts
+ // Evaluate embedded php-scripts
$this->_render_frame("php", $frame);
} elseif ($node->getAttribute("type") === "text/javascript" ||
$node->getAttribute("language") === "javascript"
diff --git a/php-scripts/vendor/mpdf/mpdf/qrcode/_lisez_moi.txt b/php-scripts/vendor/mpdf/mpdf/qrcode/_lisez_moi.txt
index 0107de3..f90b777 100644
--- a/php-scripts/vendor/mpdf/mpdf/qrcode/_lisez_moi.txt
+++ b/php-scripts/vendor/mpdf/mpdf/qrcode/_lisez_moi.txt
@@ -34,7 +34,7 @@ Informations :
-------------
Generateur de QRCode
(QR Code is registered trademark of DENSO WAVE INCORPORATED | http://www.denso-wave.com/qrcode/)
- Fortement inspiré de "QRcode image PHP scripts version 0.50g (C)2000-2005,Y.Swetake"
+ Fortement inspiré de "QRcode image php-scripts version 0.50g (C)2000-2005,Y.Swetake"
Programmation en PHP5
@@ -44,6 +44,6 @@ Informations :
Remerciement :
-------------
- * Y.Swetake pour "QRcode image PHP scripts version 0.50g"
+ * Y.Swetake pour "QRcode image php-scripts version 0.50g"
* Josep S. pour l'ajout de displayPNG
diff --git a/php-scripts/vendor/mpdf/mpdf/qrcode/qrcode.class.php b/php-scripts/vendor/mpdf/mpdf/qrcode/qrcode.class.php
index e265f37..2e29263 100644
--- a/php-scripts/vendor/mpdf/mpdf/qrcode/qrcode.class.php
+++ b/php-scripts/vendor/mpdf/mpdf/qrcode/qrcode.class.php
@@ -2,7 +2,7 @@
/*
* Generateur de QRCode
* (QR Code is registered trademark of DENSO WAVE INCORPORATED | http://www.denso-wave.com/qrcode/)
- * Fortement inspiré de "QRcode image PHP scripts version 0.50g (C)2000-2005,Y.Swetake"
+ * Fortement inspiré de "QRcode image php-scripts version 0.50g (C)2000-2005,Y.Swetake"
*
* Distribué sous la licence LGPL.
*
diff --git a/php-scripts/vendor/setasign/fpdf/FAQ.htm b/php-scripts/vendor/setasign/fpdf/FAQ.htm
index cb2c3d3..9e63475 100644
--- a/php-scripts/vendor/setasign/fpdf/FAQ.htm
+++ b/php-scripts/vendor/setasign/fpdf/FAQ.htm
@@ -229,7 +229,7 @@
FAQ
There is no particular limit. There are some constraints, however:
-- There is usually a maximum memory size allocated to PHP scripts. For very big documents,
+- There is usually a maximum memory size allocated to php-scripts. For very big documents,
especially with images, the limit may be reached (the file being built in memory). The
parameter is configured in the php.ini file.