Replies: 3 comments
-
Sorry - the code on my side would be.... |
Beta Was this translation helpful? Give feedback.
0 replies
-
Lets try again - code on my side is.... |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use TFM to manage different websites on one server. I have my own front end and see TFM as some very useful software. I have some code on my side...
Inside tinyfilemanager.php, near the top, I've added the line...
if(isset($_GET['aid'])) $aid=$_GET['aid']; else $aid=9;
Checking the URL - I never see "http://mystuff.com//tinyfilemanager.php?aid=23" Just "http://mystuff.com//tinyfilemanager.php?p="
and never get the value I'm trying to send. Why?
I then plan to open a mysql database and read that record number to work out things like which website I should be viewing.
Beta Was this translation helpful? Give feedback.
All reactions