Amelioration interface adherents
Before Width: | Height: | Size: 120 KiB |
Before Width: | Height: | Size: 203 KiB |
0
html/about/docs/img/Formulaire-Fiscal.jpg
Normal file → Executable file
Before Width: | Height: | Size: 384 KiB After Width: | Height: | Size: 384 KiB |
Before Width: | Height: | Size: 162 KiB |
Before Width: | Height: | Size: 50 KiB |
Before Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 45 KiB |
Before Width: | Height: | Size: 45 KiB |
Before Width: | Height: | Size: 120 KiB |
Before Width: | Height: | Size: 184 KiB |
Before Width: | Height: | Size: 184 KiB |
Before Width: | Height: | Size: 203 KiB |
Before Width: | Height: | Size: 113 KiB |
0
html/about/docs/pdf/Formulaire-Fiscal.pdf
Normal file → Executable file
0
html/admin/.htaccess
Normal file → Executable file
2
html/admin/adherents.php
Normal file → Executable file
@ -78,7 +78,7 @@ $pdo = sqlConnect($sqlDatabaseHost, $sqlDatabaseName, $sqlDatabaseUser, $sqlData
|
|||||||
|
|
||||||
$search = isset($_GET['search']) ? '%' . $_GET['search'] . '%' : '%%';
|
$search = isset($_GET['search']) ? '%' . $_GET['search'] . '%' : '%%';
|
||||||
|
|
||||||
$sqlRequest = "SELECT adherents.ID, adherents.firstname, adherents.lastname, adherents.email, adherents.club, adherents.join_date, adherents.memberid FROM adherents WHERE (adherents.lastname LIKE :search OR adherents.firstname LIKE :search) AND adherents.etape_adhesion = 3 ORDER BY adherents.memberid";
|
$sqlRequest = "SELECT adherents.ID, adherents.firstname, adherents.lastname, adherents.email, adherents.club, adherents.join_date, adherents.memberid, users.username FROM adherents JOIN users ON adherents.userid = users.ID WHERE (adherents.lastname LIKE :search OR adherents.firstname LIKE :search) AND adherents.etape_adhesion = 3 ORDER BY adherents.memberid";
|
||||||
$request = $pdo->prepare($sqlRequest);
|
$request = $pdo->prepare($sqlRequest);
|
||||||
$request->bindParam(":search", $search);
|
$request->bindParam(":search", $search);
|
||||||
$request->execute();
|
$request->execute();
|
||||||
|
0
html/admin/adhesions-non-payees.php
Normal file → Executable file
@ -106,7 +106,7 @@ if (isset($_POST['delete-user']) && isset($_POST['delete-user-id'])) {
|
|||||||
|
|
||||||
$search = isset($_GET['search']) ? '%' . $_GET['search'] . '%' : '%%';
|
$search = isset($_GET['search']) ? '%' . $_GET['search'] . '%' : '%%';
|
||||||
|
|
||||||
$sqlRequest = "SELECT users.ID, users.username, users.display_name, users.role, users.accreditation, roles.badge_svg, users.profile_picture FROM users JOIN roles ON users.role = roles.ID WHERE users.ID LIKE :search OR users.username LIKE :search OR users.display_name LIKE :search OR users.email LIKE :search ORDER BY users.creation_date DESC LIMIT 5";
|
$sqlRequest = "SELECT users.ID, users.username, users.display_name, users.role, users.accreditation, roles.badge_svg, users.profile_picture FROM users JOIN roles ON users.role = roles.ID WHERE users.ID LIKE :search OR users.username LIKE :search OR users.display_name LIKE :search OR users.email LIKE :search ORDER BY users.creation_date DESC";
|
||||||
$request = $pdo->prepare($sqlRequest);
|
$request = $pdo->prepare($sqlRequest);
|
||||||
$request->bindParam(":search", $search);
|
$request->bindParam(":search", $search);
|
||||||
$request->execute();
|
$request->execute();
|
||||||
|
0
html/admin/sendmail.php
Normal file → Executable file
0
html/ads.txt
Normal file → Executable file
0
html/assets/pp/15.png
Normal file → Executable file
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
0
html/cagnotte/index.php
Normal file → Executable file
0
html/finances/index.php
Normal file → Executable file
0
html/kezako/fiches/img/git.jpg
Normal file → Executable file
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.2 MiB |
0
html/kezako/fiches/img/tunnel-ssh.jpg
Normal file → Executable file
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.2 MiB |