mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Changed notes to documents DB Structure updated
This commit is contained in:
@@ -52,8 +52,8 @@ if(isset($_GET['tab'])){
|
||||
elseif($_GET['tab'] == "files"){
|
||||
include("client_files.php");
|
||||
}
|
||||
elseif($_GET['tab'] == "notes"){
|
||||
include("client_notes.php");
|
||||
elseif($_GET['tab'] == "documents"){
|
||||
include("client_documents.php");
|
||||
}
|
||||
}
|
||||
else{
|
||||
|
||||
Reference in New Issue
Block a user