mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix case error
This commit is contained in:
parent
2e426f2748
commit
c4a8a3b384
@ -7,7 +7,7 @@
|
||||
|
||||
#line 7 "F:\\Gradido\\gradido_login_server\\src\\cpsp\\adminCheckUserBackup.cpsp"
|
||||
|
||||
#include "../crypto/KeyPair.h"
|
||||
#include "../Crypto/KeyPair.h"
|
||||
#include "../SingletonManager/ConnectionManager.h"
|
||||
|
||||
#include "../controller/UserBackups.h"
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
|
||||
#line 7 "F:\\Gradido\\gradido_login_server\\src\\cpsp\\debugPassphrase.cpsp"
|
||||
|
||||
#include "../crypto/KeyPair.h"
|
||||
#include "../Crypto/KeyPair.h"
|
||||
#line 1 "F:\\Gradido\\gradido_login_server\\src\\cpsp\\header_old.cpsp"
|
||||
|
||||
#include "../ServerConfig.h"
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<%@ page ctorArg="Session*" %>
|
||||
<%@ header include="SessionHTTPRequestHandler.h" %>
|
||||
<%!
|
||||
#include "../crypto/KeyPair.h"
|
||||
#include "../Crypto/KeyPair.h"
|
||||
#include "../SingletonManager/ConnectionManager.h"
|
||||
|
||||
#include "../controller/UserBackups.h"
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<%@ page ctorArg="Session*" %>
|
||||
<%@ header include="SessionHTTPRequestHandler.h" %>
|
||||
<%!
|
||||
#include "../crypto/KeyPair.h"
|
||||
#include "../Crypto/KeyPair.h"
|
||||
%>
|
||||
<%%
|
||||
const char* pageName = "Debug Passphrase";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user