The thing about client files

From Sohowiki
(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
 
If you're a developer and you're trying to edit any pgm-*.php files, keep in mind that these files exist in two locations.
 
If you're a developer and you're trying to edit any pgm-*.php files, keep in mind that these files exist in two locations.
  
{| width="500px" cellpadding="5" cellspacing="5" border="1"
+
{| width="500px" cellpadding="5" cellspacing="0" border="1"
 
|-
 
|-
 
|'''Master Location'''
 
|'''Master Location'''
Line 7: Line 7:
 
|-
 
|-
 
|client_files/base_files
 
|client_files/base_files
 +
|public_html
 +
|-
 +
|client_files/calendar
 +
|public_html
 +
|-
 +
|client_files/demo_include.php
 +
|public_html/media
 +
|-
 +
|client_files/demo_include.php
 +
|public_html/media
 +
|-
 +
|client_files/newsletter
 +
|public_html/subscription
 +
|-
 +
|client_files/photo_album
 +
|public_html
 +
|-
 +
|client_files/secure_login
 +
|public_html
 +
|-
 +
|client_files/shopping_cart
 +
|public_html/shopping
 +
|-
 +
|client_files/statistics
 
|public_html
 
|public_html
 
|}
 
|}

Revision as of 21:01, 27 October 2006

If you're a developer and you're trying to edit any pgm-*.php files, keep in mind that these files exist in two locations.

Master Location Gets copied to...
client_files/base_files public_html
client_files/calendar public_html
client_files/demo_include.php public_html/media
client_files/demo_include.php public_html/media
client_files/newsletter public_html/subscription
client_files/photo_album public_html
client_files/secure_login public_html
client_files/shopping_cart public_html/shopping
client_files/statistics public_html
Personal tools