This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
php-e107
Watch
1
Star
0
Fork
0
You've already forked php-e107
mirror of
https://github.com/e107inc/e107.git
synced
2025-02-07 07:47:59 +01:00
Code
Issues
Releases
Wiki
Activity
php-e107
/
e107_plugins
/
trackback
History
Cameron
43d0211590
Code cleanup: deprecated include_lan()
2017-01-23 09:41:23 -08:00
..
images
…
languages
Issue
#6
Language-file standards. Wrap definitions in double-quotes.
2015-07-07 17:43:49 -07:00
admin_config.php
Code cleanup: deprecated include_lan()
2017-01-23 09:41:23 -08:00
e_admin.php
New Addon: e_admin.php - extends the admin area fields and processing. Replacement for the old e_hook and e_event addons which were doing the same, but were not compatible with the v2.x admin-ui.
2015-04-07 19:49:11 -07:00
e_meta.php
Only load trackback on the front-end.
2015-02-07 13:39:24 -08:00
modtrackback.php
Header location cleanup. From now, please use e107::redirect(); to redirect to the home page, or e107::redirect('admin'); to redirect to the admin start page or e107::redirect($url);
2016-01-13 19:18:12 -08:00
plugin.xml
…
trackback_sql.php
Issue
#830
- possible fix.
2015-02-07 13:23:21 -08:00
trackback.php
replaced calls to deprecated plugInstalled() with e107::isInstalled()
2015-02-07 13:38:29 -08:00
trackbackClass.php
…