-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sysedit.php usage results in errors. #22
Comments
I can see exactly what you mean, Did you want to volunteer to fix this? :) |
I just started using this software today. I don't have a grasp on how most of the files work yet. The way that file reads lines and how a lot of other files work are odd to me. |
It's worth noting that this script is extremely old, so it's not that odd to see some age old methods being employed. The way that the settings panel works needs to be rewritten, but would require more time than most people would be willing to put into it. I might if I get bored with no work to do one day :-) |
I started noticing that when I was going through some of the code to resolve echo string problems and regex issues. There's no MVC type of framework being utilized or functions to handle all the endless amounts of reused code. If I can just get the timestamps and tz stuff to work right, I could assist with the rewriting. |
We'll It looks like I'm going to be using this software. I rewrote 1600+ lines last night but I have it my own git server. It's going to end up being a huge rewrite so I probably won't be able to create a pull request to merge it back. |
@Nexis81 We could branch off this version and start a new branch with your MVC version. |
using sysedit.php does work. however, using it results in config lines being removed because of the method used for gathering the values from the config.inc.php file.
sysedit.php is not aware of the following:
Using sysedit.php will cause the following error to occur due to the problem described above.
Undefined variable: weather_units in /path/to/phptimeclock/leftmain.php on line 85
The text was updated successfully, but these errors were encountered: